Top "Mootools" questions

MooTools is a compact, modular, object-oriented prototypal JavaScript framework designed for the intermediate to advanced JavaScript developer.

Avoid Adding Event Multiple Times

I am dynamically adding events using addEvent("keydown", function() {}); to an element. My problem is that there are times when …

javascript dom-events mootools
Javascript detect scrollbar in textarea

I was wondering if anybody knows how I would go about detecting when the scrollbar appears inside a textarea. I …

javascript mootools textarea scrollbar
How to know in which file that defined a js global var in chrome console?

How to find out which file and line a variable was defined in using google chrome console? For example, the …

javascript google-chrome mootools google-chrome-devtools
How to convert form data to object using MooTools

I would like to convert an entire form of data to a javascript object. <form id='myform'> <…

javascript forms object mootools
How can I focus on an input field when a phonegap page loads?

I would like to focus on a text input in a PhoneGap application when the page loads. I have tried …

javascript iphone focus mootools cordova
IE9 throws DOM Exception: INVALID_CHARACTER_ERR (5)

On the script below, IE9 is throwing an error: SCRIPT5022: DOM Exception: INVALID_CHARACTER_ERR (5) mootools-1.2.1-core-yc.js, line 118 character 1 …

javascript internet-explorer-9 mootools domexception
a simple question on jquery closure

what does this mean? (function($){ })(jQuery); to make the question clearer, what does wrapping a function in parenthesis mean in …

javascript jquery mootools
How to detect when an element over another element in JavaScript?

I wrote most of the code... And when the element is "fully" over the other element it works. The problem …

javascript mootools mootools-more
Should I convert from MooTools to jQuery?

I have a fairly large codebase that depends on MooTools v1.11 and am about to convert to version 1.2. Since this …

javascript jquery mootools
HTML5 - Select multi required-checkbox

I've writen some code here: http://jsfiddle.net/anhtran/kXsj9/8/ Users have to select at least 1 option on the group. …

html mootools checkbox checkboxlist