Update application.js, as of jQuery 1.7, the .live() method is deprecated. Use .on...
[ReadingsJQM.git] / js / application.js
1 /* 
2         jQuery Mobile Boilerplate
3         application.js
4 */
5 $(document).on("pageinit", function(event){
6         // custom code goes here
7
8
9
10 });