- fixed Assets.create using 'attribute' in new Element |
|
More...
|
almost 18 years ago
|
* Merged trunk in my branch * Updated length in Hash.remove (closes #108) * Refactored Garbage and added .dispose to dispose single Elements and their childs (refs #100) |
|
More...
|
almost 18 years ago
|
Merge from * Hash.remove uses delete * XHR docs for .send and .setHeader, added try/catch to setRequestHeader * Elements.Multi with native loop |
|
More...
|
almost 18 years ago
|
- Added Headers to Element.* files. - Removed Authors from files. |
|
More...
|
almost 18 years ago
|
git-svn-id: http://svn.mootools.net/trunk@325 4db308c1-fb21-0410-9919-de62e267375e |
|
More...
|
almost 18 years ago
|
- Removed folder Addons |
|
More...
|
almost 18 years ago
|
- Splitted Element.js in Element, Element.Dimensions and Element.Form. - Modified scripts.json accordingly - Fixed a bug with Slider, where a string was forced in setStyle. - Moved Files from Addons to Core/Native/Plugins |
|
More...
|
almost 18 years ago
|
* Changed $duration to calculate real time difference using Date |
|
More...
|
almost 18 years ago
|
* reverted $chk, allowing empty strings broke getStyle |
|
More...
|
almost 18 years ago
|
Merging changes from digi-experimental branch: r308 - r314 [retry] * Added $duration for interval calculation * Cookie now allows $duration as parameter * $chk now returns also true for empty strings |
|
More...
|
almost 18 years ago
|
- fixed #107 (forgot to add methods back to Element) |
|
More...
|
almost 18 years ago
|
- Better values in Sortables Ghosts. |
|
More...
|
almost 18 years ago
|
- optimize methods assignment in Element.js and Dom.js - now Dom builder uses properties instead of attributes - added documentation for Array.prototype.include |
|
More...
|
almost 18 years ago
|
- removed Drag.Base dependancy in sortables, and added own drag behaviors for ghosts. - fixed flickering in Sortables. - added Element.prorotype.hasChild. |
|
More...
|
almost 18 years ago
|
- in Element.prototype.setStyle, + 'px' is not required anymore. no more + 'px'. |
|
More...
|
almost 18 years ago
|
- converted scripts.json in doblequotes to be json compliant. Thanks branstorm. |
|
More...
|
almost 18 years ago
|
- fixed some Warnings in Ajax.js |
|
More...
|
almost 18 years ago
|
- fixed a typo in scripts.json and a missing reference. - fixed adopt/inject behaviors in Element.js - fixed walking behaviour in Element.js (fixed #104) |
|
More...
|
almost 18 years ago
|
- reverted adopt back to its original form (no loop) and added the insertion after/inside if the element is not in dom. |
|
More...
|
almost 18 years ago
|
- removed $native.implement, was not really useful and caused some problems (gasp!), didnt allow properties overwrite on window. (like addEvent, thus no domready). Thanks gribelu. |
|
More...
|
almost 18 years ago
|
more Element.js optimizations by the mighty Inviz. |
|
More...
|
almost 18 years ago
|
- fixed a typo - more optimizations by Inviz, the optimizer |
|
More...
|
almost 18 years ago
|
a couple of Element fixes, thanks Inviz |
|
More...
|
almost 18 years ago
|
- renamed postBody in data, in Ajax.js. Now works also with method=get. - fixed #101 - added $native.implement, to make sure we dont overwrite stuff for native Objects (window/document) - added support for xml mimetype in XPATH (thanks digitarald) - removed the loop in name change, Element.js, for explorer. Still to test. |
|
More...
|
almost 18 years ago
|
- fixed a bug with Garbage collector in the latest commits. - now $$ doesnt return duplicate entries - added Array.prototype.include, to push an item in an array only if its not already present. |
|
More...
|
almost 18 years ago
|
- fixed xpath syntax. It needed a fracking (.). how sadistic of them. |
|
More...
|
almost 18 years ago
|
- fixed the Xpath imploding string. // instead of /. |
|
More...
|
almost 18 years ago
|
- added missing operator in Dom.js regex ( != ). Thanks meej - fixed #35 |
|
More...
|
almost 18 years ago
|
- modified the behaviour of Object.native/$native. Now if a property is found it doesnt overrwrite it. Thanks Inviz |
|
More...
|
almost 18 years ago
|
- added Utility function $time (fixed #90) |
|
More...
|
almost 18 years ago
|