Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jan 18, 2013 06:12 PM by cameronjchurch
0 Points
1 Post
Jan 18, 2013 06:12 PM|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()
cameronjchur...
0 Points
1 Post
jquery.unobtrusive-ajax.js | Object doesn't support property or method 'live'
Jan 18, 2013 06:12 PM|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()