Skip to content Skip to sidebar Skip to footer
Showing posts with the label Mootools

.getscript() Equivalent In Mootools?

I was wondering if there is a MooTools equivalent to jQuery's .getScript()? I'm pretty cert… Read more .getscript() Equivalent In Mootools?

Js (moo Tools) Slider Not Working In Ff And Chrome

I have the below site: http://kelseydelo.com/ When I click the main nav links in Safari the content… Read more Js (moo Tools) Slider Not Working In Ff And Chrome

Remove Class Not Working With Mootools

I'm using the following piece of code in my webpage to change the class of select elements depe… Read more Remove Class Not Working With Mootools

Mootools Cors Request Vs Native Javascript

I have this MooTools code: new Request.JSON({ method: 'POST', url: URL, /*URL TO ANOTHE… Read more Mootools Cors Request Vs Native Javascript

Why Do I Need To Do $(document.body) To Extend Document.body With Mootools Element Methods?

So after attempting to get my app working on the latest IE, it turns out IE doesn't like the fo… Read more Why Do I Need To Do $(document.body) To Extend Document.body With Mootools Element Methods?

Get Opened Pages/tabs With Mootools

I have a site that need to know if the user have other pages/tabs opened just to make actions in th… Read more Get Opened Pages/tabs With Mootools

Mootools: $ Not Defined

I've strange error i don't understand. I'm just moving my code from jQuery over to Moot… Read more Mootools: $ Not Defined

How To Select Even Or Odd Elements Based On Class Name

if you create html layout like so Solution 1: The problem is that :odd and :even (and their CSS co… Read more How To Select Even Or Odd Elements Based On Class Name