Since the dawn of time, MooTools used a method named $ to get an HTML element by it’s id or direct reference. This method name, being the coolest and shortest you can find in JavaScript, is also used by a number of other javascript frameworks and libraries for similar functionality. Sometimes, however, you may need to include two different JS libraries that both use the “$” function. That’s why we implemented this: Dollar Safe Mode
Related Submissions:
- MooTools.mode for Coda This add-in for Coda adds a Syntax Mode for the MooTools framework. ...
- Boost your Tables with JavaScript Framworks A list of beautiful JavaScript frameworks and libraries that can handle the table element beautifully and provide more interactivity and guarantee better functionality in any...
- Introducing the Web Safe Font Cheat Sheet In all the TypeKit and @font-face excitement, boring old web-safe fonts are getting overlooked. This article attempts to persuade you why you should give them...
- CSS Gradients via Canvas CSS Gradients via Canvas provides a subset of WebKit’s CSS Gradients proposal for browsers that implement the HTML5 canvas element. To use, just include css-gradients-via-canvas.js...
- MooTools Gone Wild: Element Flashing What should we do when we want a user to focus on a specific element on the page without using cheesy graphics? Armed with the...