Deprecated 'live'. Fix script file please.
-
I was getting an error with “qqr_admin_script.js”.
When I replaced:
//$(‘span.qppr_meta_help_wrap’).live(‘hover’,function(e){
with:
$(‘span.qppr_meta_help_wrap’).on(‘hover’, this, function(e){The error resolved after this (I’m using a newer jquery version)
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Deprecated 'live'. Fix script file please.’ is closed to new replies.