>> ff javascript library changes
- Changes from 1.1 to 1.11:
- introduced ff.extend
- made ff.dom functions ignore null arguments and handle the tabindex attribute correctly in Internet Explorer
- Changes from 1.02 to 1.1:
- Wrote more documentation
- Added 2 examples
- Fixed ff.dom.append bug
- Increased DOM builder IE compatibility:
Now supports form fields and the attributes: usemap, for, checked
- Added minimizing for the firebug console emulation
- Added ff.style.hasClass and ff.style.toggleClass
- Added ff.dom.setAttribute und ff.dom.getAttribute
- Changes from 1.01 to 1.02:
- Added ScriptDoc documentation to have code assist in Aptana
- Added optional top element to ff.forElement
- Changes from 1.00 to 1.01:
- Fixed ff.dom.replace
- Added ff.dom.append
- Added support for non-string primitives in DOM builder
- Added more tests
- Removed annoying emulation alert
<< Back