How to I apply jQuery Mobile only to a certain section of my page specified by element id?
Since it runs when the script is loaded, how do I limit it to only part of a page?
How to I apply jQuery Mobile only to a certain section of my page specified by element id?
Since it runs when the script is loaded, how do I limit it to only part of a page?
If I am not wrong then you want to apply css
or style
on certain div
or another container.
Refer Below links.
StackOverflow And JQUERY MOBILE
I hope this both links will help you.