Implement jQuery-like “Click” Syntax In MooTools 1.2
I’ve updated this post’s content per reader comments. Thanks to everyone for their suggestions! While I prefer the MooTools syntax over the jQuery syntax, I do respect the jQuery syntax. Here’s a quick way to make your MooTools look a little like jQuery by implementing the Element.click() function. The MooTools JavaScript Element.implement({ ‘click’: function(fn) { … Continue reading Implement jQuery-like “Click” Syntax In MooTools 1.2
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed