Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 jquery mobile,我想将默认转换设置为slidefade How can I do that with jquery mobile?
slidefade
也许像$.mobile.
$.mobile.
在加载 jQuery Mobile之前执行此操作:
$(document).bind("mobileinit", function() { $.mobile.defaultPageTransition = "slidefade"; }