Quick Dojo Setup Snippet for MooTools Developers
We’re all used to aliasing methods within our favorite JavaScript frameworks. For example, you’ll see the following pattern within jQuery: (function($) { //your jQuery here, referenced by $ })(jQuery); You may also see the following pattern within MooTools code: (function($) { //your MooTools here, referenced by $ })(document.id); Within the Dojo community I frequently see … Continue reading Quick Dojo Setup Snippet for MooTools Developers
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed