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

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

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 Convert Form Data To Object Using Mootools

I would like to convert an entire form of data to a javascript object. Solution 1: In MooTools you… Read more How To Convert Form Data To Object Using Mootools

Jquery And Mootools, .noconflict Is Failing

I have an application that requires the use of a mootools calendar, however, I use jquery for my ma… Read more Jquery And Mootools, .noconflict Is Failing

Watermark Mootools Help

I'm a mootools beginner. I know a lot of html and css but javascript is not for me (at least no… Read more Watermark Mootools Help

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)

Problem With Access To Control Properties In Multibox

I used multibox-component to create lightbox-similar div. But I faced problem. I placed textbox wi… Read more Problem With Access To Control Properties In Multibox

Echoing The "then" State Of Variable In A Mootools Event Even After Var Has Changed

Let's take some pseudo-Mootools code: for loop (i) from 0 to 5 { create.element { i… Read more Echoing The "then" State Of Variable In A Mootools Event Even After Var Has Changed