MooTools


MooTools Offline Documentation


Posted on Sep 3, 2008 in MooTools


OK, so these days having your internet cut isn’t as commonplace as it used to be, but it does happen and during those times you realise the beautiful place the internet has in your life. 🙂

Anyways, I can usually get by and continue with some offline coding, but there’s always that little occasion where you forget those commands in MooTools, and wish you could just pop onto the site and check it out.

Read More

For those pages with loads of text a table of contents would be nice, with anchors located in relevant sections. Thing is that going through a page with thousands of words and headings is no fun at all.

I made a script using the lovely MooTools that gets all the elements with a given CSS selector (using the Elements.Selectors syntax) and then builds an unordered list of links, with the element text as the title, and an anchor placed in that element.

Read More