Skip to content

Instantly share code, notes, and snippets.

@khaliqgant
Last active March 16, 2022 08:54
Show Gist options
  • Save khaliqgant/56616f13e7f2a4d658cf to your computer and use it in GitHub Desktop.
Save khaliqgant/56616f13e7f2a4d658cf to your computer and use it in GitHub Desktop.
[Iterate To Create Listeners] Slim Listeners, Fat Methods #jquery
_main.$pushLinks.each(function(){
$(this).on('click', function(e){
_push.clickEvent = true;
var $el = $(this);
_mobile.mobileCheck($el);
_filters.urlAnalyzer('add', $el, false);
return false;
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment