我正在重構jQuery Mobile中開發的Web應用程序。該任務包括將包含多個data-role="page"
的單個html文件分成多個html文件。使用jQuery Mobile 1.0.1與jQuery 1.7.2
頁面將通過AJAX加載到data-role="content"
。問題是現在所有附加事件必須是live()
/delegate()
/on()
而不是bind()
。
jQueryMobile的穩定版本是1.0.1,jQuery的核心推薦該版本是1.6.4,這意味着on()
不可用。
我的問題是:使用jQuery Mobile 1.0.1以及jQuery 1.7.2有多安全?
與jQuery 1.7.1,1.7.2一起使用jQuery Mobile仍然存在一些問題。 – 2012-04-05 17:40:10
如何更新到[jQuery Mobile 1.10 RC1](http://jquerymobile.com/blog/2012/02/28/announcing-jquery-mobile-1-1-0-rc1/),它可以讓你獲得jQuery 1.7。 1 compat? – 2012-04-05 17:41:24
@MДΓΓБДLL問題是,jQuery Mobile 1.1.0它仍然是第一個候選版本。我還沒有試過,所以我不知道它有多穩定。 – 2012-04-05 17:55:19