Last active
March 16, 2022 08:54
-
-
Save khaliqgant/56616f13e7f2a4d658cf to your computer and use it in GitHub Desktop.
[Iterate To Create Listeners] Slim Listeners, Fat Methods #jquery
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_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