master
MooTools Core Repository — Read more
yup
agreed
negative.
argh
nein!
closed.
There is an issue with MooTools: It's too super-duper. Please, make it crappier, as it's blowing my mind.
bq!
some code here, var x = 10
In the Element doc, for eliminate description, the syntax is wrong, current is:
Syntax: myElement.retrieve(key);
I think it should be:
myElement.eliminate(key);
minor doc error fixed (closed by 6883e68)
This: el.setAttribute('readonly', 'readonly');
does not work. Neither does this: el.set('readonly', 'readonly');
The correct way to do this is the following...
el.readOnly = true;
Note; that readOnly is case sensitive, so readonly = true will fail.
'MDC Function' links to http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Function but should point to the new location: https://developer.mozilla.org/En/Core_JavaScript_1.5_Reference/Objects/Function and other links must be fixed, like one in docs/core/Native/Array
agreed
negative.
argh
nein!
closed.