Top "Mootools" questions

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

Adding event to element inside Google Maps API InfoWindow

I want to put a form with input field and submit button inside a Google Maps API (v3) InfoWindow. When …

javascript google-maps-api-3 mootools infowindow mootools-events
How well does jQuery support backward compatibility?

We have had issues with Mootools not being very backward compatible specifically in the area of drag and drop functionality. …

javascript jquery jquery-plugins mootools backwards-compatibility
Retrieve width/height of a css3 scaled element

I'm fighting against an oddity (I think) of the offsetWidth property. this is the scenario: I've got, let's say, a …

javascript html css mootools
How do I fade in and out a hidden element using Mootools

I am trying to fade in a hidden element, and then fade it back out again using mootools. I can't …

javascript mootools
Handle click and drag movement to scroll horizontally with mootools or jquery

Is there an easy way to handle the movement event composed of click and drag to the left or to …

jquery mootools click scroll drag
How do I track and debug JavaScript memory leaks in Firefox?

I've been trying to track this one for literally a month now without any success. I have this piece of …

javascript memory-leaks mootools
Programmatically determine DPI via the browser?

I would like to programmaticaly determine the DPI of a user's display in order to show a web page at …

javascript mootools dpi
Jquery associate two arrays (key, value) into one array

How can I associate two arrays that contains keys and values into one array with key->value pairs? In …

javascript jquery arrays associations mootools
PHP - generating JavaScript

I am working on a project which has a lot of JavaScript. I think that generating simple strings and putting …

php javascript mootools
How do I inject javascript to a page on IE 8?

Lets suppose that I have the following markup: <div id="placeHolder"></div> and I have a …

javascript internet-explorer-8 mootools