I am using jquery mobile. I just wanted to stop jquery mobile to do anything unless I explicitly call trigger('create') method. Is there a way to stop jquery mobile auto initialization for some time.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
to a wanted container. And you also need to turn this on in the app loading phase:
More about this can be found here: http://jquerymobile.com/test/docs/pages/page-scripting.html Example: http://jsfiddle.net/Gajotres/Xjurd/ You can test it by enabling/disabling $.mobile.ignoreContentEnabled=true;
Example: http://jsfiddle.net/Gajotres/LqDke/ EDIT : To recreate a page again use this:
Take a look at this example: |
|||||||||
|
