Disable JQM styling? Text-shadow problems...
JQM is modifying a lot of elements: background, link shadows etc.
I've added:
- <script>
- $(document).on('mobileinit', function () {
- $.mobile.ignoreContentEnabled = true;
- });
- </script>
And data-enhance="false" to my wrapper.
But it still drops shadows under my menu items...
How do I fully disable JQM besides for the elements I need it for?