2013年1月3日 星期四

[jQuery mobile]取得history堆疊數

[history堆疊]
  在jQuery mobile 已經幫我們寫好
 
  如下:取得目前瀏覽記錄堆疊數

  $.mobile.urlHistory.activeIndex;
 
  那竟然有了堆疊的數量,那就有可取得瀏覽記錄的網址,
  如下:取得瀏覽記錄堆疊數位置的URL 
   * i=堆疊數位置

$.mobile.urlHistory.stack[i].url;

沒有留言: