fnp
/
ReadingsJQM.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
826a74a
)
Update application.js, as of jQuery 1.7, the .live() method is deprecated. Use .on...
author
istrasoft
<istrasoft@hotmail.com>
Mon, 28 May 2012 01:07:53 +0000
(
04:07
+0300)
committer
istrasoft
<istrasoft@hotmail.com>
Mon, 28 May 2012 01:07:53 +0000
(
04:07
+0300)
js/application.js
patch
|
blob
|
history
diff --git
a/js/application.js
b/js/application.js
index
0f091a9
..
fc83cd7
100644
(file)
--- a/
js/application.js
+++ b/
js/application.js
@@
-2,7
+2,7
@@
jQuery Mobile Boilerplate
application.js
*/
jQuery Mobile Boilerplate
application.js
*/
-$(document).
live
("pageinit", function(event){
+$(document).
on
("pageinit", function(event){
// custom code goes here
// custom code goes here