Update application.js, as of jQuery 1.7, the .live() method is deprecated. Use .on...
[ReadingsJQM.git] / js / application.js
index 721d4f5..fc83cd7 100644 (file)
@@ -1,8 +1,9 @@
 /* 
        jQuery Mobile Boilerplate
+       application.js
 */
-$(document).bind("mobileinit", function(){
-       // apply overrides here
+$(document).on("pageinit", function(event){
+       // custom code goes here