MooTools
Solution: Javascript returns incorrect width or height of an element containing image(s) when page first loads
Aug 20th
Posted by Neil Craig in (X)HTML
Recently, I’ve been doing quite a lot of JavaScript development, part of which involved equalising heights of a group of similar elements on the page. I thought this would be very simple and indeed it was but it threw up a JavaScript quirk which I have seen several times before. The solution is simple, but More >
Mootools element.morph() example
Aug 17th
Posted by Neil Craig in General Web-Development
A simple example of the time-saving element.morph() Mootools method which allows you to morph HTML elements from one property set to another.
Mootools element.getChildren() Vs element.getElements() – What’s the difference?
Aug 6th
Posted by Neil Craig in General Web-Development
A really quick post detailing the main differences between the very useful Mootools Javascript element.getChildren() and element.getElements() methods.
