I have a multipage template in Jquery Mobile, but I'm trying to run an script (an alert for example) after load a page of this template.
The navigation into pages works with "#page1, #page2..."
Thanks a lot.
I have a multipage template in Jquery Mobile, but I'm trying to run an script (an alert for example) after load a page of this template.
The navigation into pages works with "#page1, #page2..."
Thanks a lot.
You can listen for
pagebeforeshow
orpageload
event for example.here is a list of all events http://api.jquerymobile.com/category/events/