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

Show/hide With Hide On Click Anywhere

I have a div that acts as a tooltip, and a link to show this tooltip. This part works fine. Solutio… Read more Show/hide With Hide On Click Anywhere

Date Picker Not Appearing When Cursor Is Put In Textbox

I have two date pickers appearing when green color is clicked, but when i am putting mouse cursor o… Read more Date Picker Not Appearing When Cursor Is Put In Textbox

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

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

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?

Javascript And Dragging In Firefox

I am writing a script to scroll a div container with javascript. Unfortunately it is not working th… Read more Javascript And Dragging In Firefox