Saved Bookmarks
| 1. |
How To Stop Jqm From Auto-enhancing An Element? |
|
Answer» To prevent jQuery Mobile form enhancing an ELEMENT simply ADD data-role="none" to the element. Here is a select that is the NORMAL, native element instead of the custom jQuery Mobile styled VERSION that NORMALLY is seen. To prevent jQuery Mobile form enhancing an element simply add data-role="none" to the element. Here is a select that is the normal, native element instead of the custom jQuery Mobile styled version that normally is seen. |
|