Skip to main content

All Questions

Tagged with
1 vote
1 answer
194 views

MooTools – Add class to page on click of anchor, with delayed loading of anchor link

I'm using MooTools to add two classes to the body on click of a link from a nav menu, which triggers an animated CSS fade of the page. I want to delay the link from loading the new page until the ...
jasonbradberry's user avatar
0 votes
2 answers
2k views

How can I chain click events with Mootools so that they execute in order?

I have a series of buttons that fire the list function when they are clicked. The list function itself contains an AJAX request and a bunch of other stuff before and after which loads in a separate ...
Rupert Madden-Abbott's user avatar