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

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -