MooTools is a compact, modular, object-oriented prototypal JavaScript framework designed for the intermediate to advanced JavaScript developer.
I am dynamically adding events using addEvent("keydown", function() {}); to an element. My problem is that there are times when …
javascript dom-events mootoolsI was wondering if anybody knows how I would go about detecting when the scrollbar appears inside a textarea. I …
javascript mootools textarea scrollbarHow 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-devtoolsI would like to convert an entire form of data to a javascript object. <form id='myform'> <…
javascript forms object mootoolsI would like to focus on a text input in a PhoneGap application when the page loads. I have tried …
javascript iphone focus mootools cordovaOn 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 domexceptionwhat does this mean? (function($){ })(jQuery); to make the question clearer, what does wrapping a function in parenthesis mean in …
javascript jquery mootoolsI wrote most of the code... And when the element is "fully" over the other element it works. The problem …
javascript mootools mootools-moreI have a fairly large codebase that depends on MooTools v1.11 and am about to convert to version 1.2. Since this …
javascript jquery mootoolsI'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