From: Andy Matthews Date: Mon, 28 May 2012 03:43:22 +0000 (-0700) Subject: Merge pull request #6 from istrasoft/patch-1 X-Git-Url: https://git.mdrn.pl/ReadingsJQM.git/commitdiff_plain/c63067ed60eb7c0b6898776dc626e737e21c01de?hp=826a74aa7d81c06aea6aadf85f3a6befc1ca79e4 Merge pull request #6 from istrasoft/patch-1 Update application.js, as of jQuery 1.7, the .live() method is deprecate... --- diff --git a/js/application.js b/js/application.js index 0f091a9..fc83cd7 100644 --- a/js/application.js +++ b/js/application.js @@ -2,7 +2,7 @@ jQuery Mobile Boilerplate application.js */ -$(document).live("pageinit", function(event){ +$(document).on("pageinit", function(event){ // custom code goes here