Closed

Description
Hi,
According to jQuery doc's .bind()
is not used anymore and you should switch to .on()
as per doc's found here: https://github.com/jquery/jquery-migrate/blob/master/warnings.md#jqmigrate-jqueryfnbind-is-deprecated
Your code line is here:
jquery-mousewheel/jquery.mousewheel.js
Line 84 in 33dc8f1
Also according to jQuery doc's .unbind()
is not used anymore and you should switch to .off()
as per doc's found here: https://github.com/jquery/jquery-migrate/blob/master/warnings.md#jqmigrate-jqueryfnunbind-is-deprecated
Your code line is here:
jquery-mousewheel/jquery.mousewheel.js
Line 88 in 33dc8f1
Metadata
Metadata
Assignees
Labels
No labels