jQuery issue
-
ag_script.js?ver=1.2.7.4
.live is deprecated
http://api.jquery.com/live/to fix
change
.live(“click”…
to
.on(“click”…rows 383,386,397,1058
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘jQuery issue’ is closed to new replies.