Page Events in jQuery Mobile
Posted by: Clarity Blogs: ASP.NET,
on 28 Sep 2011 |
View original | Bookmarked: 0 time(s)
One of the first hurdles I had with creating sites with jQuery Mobile was figuring out how to run my code when a page loads. Since navigating to a new page no longer requires a postback, the standard $(document).ready approach isn’t going to cut it. I’ve come up with a solution that I think helps [...]