Jeremy Halvorsen

Results 3 comments of Jeremy Halvorsen

I'm working on upgrading my site to jquery3 and the jquerymigrate plugin is complaining on... JQMIGRATE: jQuery.expr[':'] is deprecated; use jQuery.expr.pseudos This just uses the new way to handle pseudos

Can you be more specific? I just did a test and it's working fine for me. Here are two codepens... Original jquery.appear.js https://codepen.io/jer2665/pen/QMmbzN/ My changes to script https://codepen.io/jer2665/pen/yoKNGg/

Codepen is using jquery3 as well, according to $.fn.jquery it's 3.2.1 as of my just checking.