Is There An Advantage To Using JQuery's $().on('mouseenter',function(){}) Over $().mouseenter(function(){})?
I frequently see code like: $('#thing').on('mouseenter',function(){ Do stuff }); P…
Read more
Is There An Advantage To Using JQuery's $().on('mouseenter',function(){}) Over $().mouseenter(function(){})?