Skip to content Skip to sidebar Skip to footer
Showing posts with the label 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

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

Swf Works Within Only - Not Working With Bumpbox (lightbox Alternative)

I have this code http://www.bodom.eu/fsproblem There is one .swf within tag and when you click on … Read more Swf Works Within Only - Not Working With Bumpbox (lightbox Alternative)

Using "class/object" Mootools-style Events In Jquery

One of the nice things about MooTools, is that it lets you easily assign/fire events to objects, fo… Read more Using "class/object" Mootools-style Events In Jquery

Make (possibly Dynamically Loaded) Element Clickable Via Javascript, But Give Precedence To Links Contained Within

I am adding a custom data attribute data-js-href to various HTML elements, and these elements shoul… Read more Make (possibly Dynamically Loaded) Element Clickable Via Javascript, But Give Precedence To Links Contained Within

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

Streamlining My Javascript With A Function

i have a series of select lists, that i am using to populate text boxes with ids. so you click a se… Read more Streamlining My Javascript With A Function

Mootools - Check For Css Or Js Files

I know for append new css or js file I can use Asset class. But if i want check if css or js files … Read more Mootools - Check For Css Or Js Files

Mootools | Open/close Popup Menu And Outer Click Event

I'm using mootools and working on popup menu: document.getElement('.cart a').toggle( … Read more Mootools | Open/close Popup Menu And Outer Click Event