成人精品一区二区三区中文字幕-成人精品一区二区三区-成人精品一级毛片-成人精品亚洲-日本在线视频一区二区-日本在线视频免费

導航首頁 ? 技術教程 ? jQuery mobile類庫使用時加載導航歷史的方法簡介
全站頭部文字 我要出現在這里
jQuery mobile類庫使用時加載導航歷史的方法簡介 660 2024-03-18   

jQuery.mobile.navigate( url [, data ] )

改變URL和跟蹤歷史。作品為瀏覽器和無歷史新的API

url:是必須的參數。類型:字符串 data:是可選的參數。類型:對象。

更改哈希片段兩次然后日志提供導航事件數據時,瀏覽器向后移動的歷史

// Starting at http://example.com/
// Alter the URL: http://example.com/ => http://example.com/#foo

$.mobile.navigate( "#foo", { info: "info about the #foo hash" });
 
// Alter the URL: http://example.com/#foo => http://example.com/#bar

$.mobile.navigate( "#bar" );
 
// Bind to the navigate event

$( window ).on( "navigate", function( event, data ) {
 console.log( data.state.info );
 console.log( data.state.direction )
 console.log( data.state.url )
 console.log( data.state.hash )
});


 
// Alter the URL: http://example.com/#bar => http://example.com/#foo

window.history.back();
 
// From the `navigate` binding on the window, console output:
// => "info about the #foo hash"
// => "back"
// => "http://example.com/#bar
// => "#bar"

劫持一個鏈接點擊使用導航方法,然后加載內容

// Starting at http://example.com/
// Define a click binding for all anchors in the page

$( "a" ).on( "click", function( event ) {
 
 // Prevent the usual navigation behavior

 event.preventDefault();
 
 // Alter the url according to the anchor's href attribute, and
 // store the data-foo attribute information with the url
 $.mobile.navigate( this.attr( "href" ), { foo: this.attr( "data-foo" ) });
 
 // Hypothetical content alteration based on the url. E.g, make
 // an ajax request for JSON data and render a template into the page.

 alterContent( this.attr( "href" ) );
});


主站蜘蛛池模板: 电影《大突围》完整版| 女干.com| 女生被艹在线观看| 繁星(十)| 快乐到底| 乱世危情电视剧演员表| 啵乐乐| 雀圣 电影| 乔治桑| 红岩下的追捕电视剧| 朱莉安妮av| 吻激情| 女同恋性吃奶舌吻完整版| 故宫博物院思维导图| 三年片在线观看电影在线观看大全| cctv16体育台节目表| stylistic device| 金珠的电影全部免费观看| 女生宿舍2在线| nhk| 高天妮| 手机号大全| 鬼娃娃花子| 九宫格数独100题及答案| 视频爱爱| 二次曝光电影有删减吗| 乐队的夏天 综艺| 质量教育培训的首要内容是() (单选题)| 白雪公主国语免费观看中文版| 跳跳动画| 直播浙江卫视| 孽扣| 我未成年 电影| cctv17节目表今天| 孔冉| 这就是中国 纪录片| 红电视剧演员表| 日本电影怪物| 迅雷 电影| 电影双面情人| 专治不开心|

!!!站長長期在線接!!!

網站、小程序:定制開發/二次開發/仿制開發等

各種疑難雜癥解決/定制接口/定制采集等

站長微信:lxwl520520

站長QQ:1737366103