0

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?

John
  • 3,904
  • 7
  • 31
  • 43
  • 1
    Show us the code - what do you mean, certain section of the page? Are you referring to `$("#my_element")`? That runs whatever functions you want only for the element with id `my_element`. – Sudipta Chatterjee Jan 30 '14 at 05:05
  • Download custom built of jquery mobile and then initialize widgets manually. – Omar Jan 30 '14 at 07:33

1 Answers1

0

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.

Community
  • 1
  • 1
Govinda Rajbhar
  • 2,926
  • 6
  • 37
  • 62