1
我使用haml,bootstrap和jquery mobile。 我嘗試禁用jmobile來標記窗體中的所有標記。 我補充一下:如何禁用表單中的jquery mobile標記標記
%script{:src => "http://code.jquery.com/jquery-1.6.4.min.js"}
:javascript
$(document).bind("mobileinit", function(){
$.mobile.ignoreContentEnabled = true;
});
%script{:src => "http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.js"}
,並鑑於我用一個div包裝形式:
.disable-markup{"data-enhance"=>"false"}
= form_for ...
它不能大意! 後來我嘗試將數據角色=「無」添加到每個標籤(在Firebug我看到標籤具有數據角色=「無」)
它仍然沒有效果,jQuery Mobile的標記所有標籤和conflig與引導=>我的網站細分
請幫我做這件事:d:d:d
如果我並不想要jQuery Mobile的標記我所有的標籤,那怎麼辦? – 2012-04-12 08:32:10