Update application.js, as of jQuery 1.7, the .live() method is deprecated. Use .on...
authoristrasoft <istrasoft@hotmail.com>
Mon, 28 May 2012 01:07:53 +0000 (04:07 +0300)
committeristrasoft <istrasoft@hotmail.com>
Mon, 28 May 2012 01:07:53 +0000 (04:07 +0300)
js/application.js

index 0f091a9..fc83cd7 100644 (file)
@@ -2,7 +2,7 @@
        jQuery Mobile Boilerplate
        application.js
 */
-$(document).live("pageinit", function(event){
+$(document).on("pageinit", function(event){
        // custom code goes here