SyntaxFix
Write A Post
Hire A Developer
Questions
As of jQuery 1.7, the .live() method is deprecated. Use .on() to attach event handlers.
.live()
.on()
Example -
$( document ).on( events, selector, data, handler );