1

Is there an unobtrusive mode for jQuery Mobile?

I'd like to use the styles and functionality of the lists, inputs, buttons, alerts, toolbars, etc. without it taking over the entire site. Similar to the way jQuery UI works - just pick components.

For example, when I add jQuery Mobile, it completely changes the way my page looks & works. The background is gone, the markup is restructured, links & forms become ajax, etc.

I tried disabling ajax (see code) but jQuery mobile still completely restructured & restyled my page.

$.mobile.ajaxLinksEnabled = false;
4

1 回答 1

0

您是否尝试过设置data-role="none"元素? 原生表单元素和按钮

于 2012-04-13T19:05:21.320 回答