12m
comment Remove element from listview JQuery Mobile
Not useful without its HTML.
2h
comment Reset Jquery mobile popup
Why don't you use Omar proposition plus load popup through jQuery load function? Of course you would also need to enhance its markup with popup('refresh').
3h
revised How to Disable “Slide” page transition on certain links for certain devices? -defaultPageTransition alone isn't enough
edited tags
3h
revised Can't physically select checkbox the first time through
edited tags
3h
revised iPhone - Using jquery-mobile in a UIWebView
edited tags
3h
revised jQuery mobile listview multiple click event
edited tags
3h
revised jtsage datebox changes my header from fixed to inline
edited tags
3h
revised Jquery Mobile: Load page DIV before transition
edited tags
3h
revised Receiving events from slider event after page change in jQuery Mobile
added 30 characters in body
3h
revised Receiving events from slider event after page change in jQuery Mobile
edited tags
3h
revised jquery mobile 'live' function undefined in phonegap application
edited tags
3h
revised Jquery Mobile disable style on a fixed header
edited tags
3h
revised mobiscroll change the text of an option
edited tags
3h
revised PHP included JavaScript is not working properly in Jquery Mobile
edited tags
3h
revised jquery mobile : how to manage the initialisations of selects and inputs after a $.mobile.changePage
edited tags
3h
comment Jquery mobile How to tap the screen to no avail
dragan.gaic AT gmail.com
3h
answered How to show the second page as the default page in a jQuery mobile Multi-page template structure?
4h
comment How to get an event from button in jquery mobile dynamic page
You will need to generate an id for that page,lets say that id is page1, then your code would work like this: $(document).on('pageshow ', '#page1', function(){ }); Because this is delegated binding you can do it after the click bind I showed you in my answer or in any other place. But remember page id is important, it is used so correct page event can be bound to a correct page.
4h
comment How to get an event from button in jquery mobile dynamic page
This kind of binding will work always no matter if element exists in DOM or not. Do you maybe need anything else?
4h
answered Mobile progress bar