Uncaught TypeError: jQuery(…).live is not a function
-
Hi,
I get the error TypeError: jQuery(…).live is not a function.
jQuery.live() has been removed in version 1.9 onwards..live(events, function)
should map to:.on(eventType, selector, function)
Regards
Ankit
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Uncaught TypeError: jQuery(…).live is not a function’ is closed to new replies.