javascript - Some jquery scripts work in IE Edge, but do not work on other versions of IE -
some jquery scripts work in ie edge, not work on other versions of ie.
$(".facts").viewportchecker({ callbackfunction: function() { $(".fact-to").countto({ speed: 500, refreshinterval: 2, }); } });
Comments
Post a Comment