Similar articles
David Walsh :: PHP, CSS, MooTools, jQuery, and Eve
Conditional CSS with MooTools’ Browser Object
Whether we want to admit it or not, we all need a bit of browser-specific or even version-specific CSS sometimes. We try to follow standards but in the end we’re at the mercy of browsers. And ...
David Walsh :: PHP, CSS, MooTools, jQuery, and Eve
MooTools 1.3 Has Arrived!
After a year of hard work, listening to the MooTools community’s needs, and some more hard work, the MooTools team is proud to release MooTools 1.3! Below is a summary of what’s awesome i...
David Walsh :: PHP, CSS, MooTools, jQuery, and Eve
Mobile Touch Events in MooTools 1.3
The release of MooTools 1.3 brings about a vast array of new functionality to the JavaScript framework. One big new addition to MooTools Core is the ability to detect mobile events: touchstart, touc...
David Walsh :: PHP, CSS, MooTools, jQuery, and Eve
Determining Object Type with MooTools’ typeOf
One thing about JavaScript I dislike is the vagueness of what the typeof operator returns. Pass typeof an array? You get “object” back (which it is, but a more concise answer would be help...
David Walsh :: PHP, CSS, MooTools, jQuery, and Eve
Create Elements on the Fly with MooTools 1.3 and Slick
As we were so excited to announce last week, MooTools 1.3 beta has been released. MooTools 1.3 marks the introduction of Slick, an ultra flexible, ultra powerful selector engine created by Thomas Ayl...
David Walsh :: PHP, CSS, MooTools, jQuery, and Eve
Create and Retrieve Nested Object with MooTools
One argument that’s been lodged by many is that MooTools doesn’t encourage the use of namespaces for classes. The Dojo Toolkit does employ namespaces and provides two helpful functions fo...