Last post Jan 18, 2013 02:12 PM by cameronjchurch
None
0 Points
1 Post
Jan 18, 2013 02:12 PM|cameronjchurch|LINK
The .live() style of event binding seems to have been removed in the latest version of jQuery (1.9).
http://api.jquery.com/live/
I discovered this Monday after upgrading. To fix simply change any .live() calls to .on()
None
0 Points
1 Post
jquery.unobtrusive-ajax.js | Object doesn't support property or method 'live'
Jan 18, 2013 02:12 PM|cameronjchurch|LINK
The .live() style of event binding seems to have been removed in the latest version of jQuery (1.9).
http://api.jquery.com/live/
I discovered this Monday after upgrading. To fix simply change any .live() calls to .on()