Code Search for Developers
 
 
  

README from ThinkCap Collaborative Knowledge Portal at Krugle


Show README syntax highlighted

Dom Release Notes

*** version 0.11.3 ***

* fixed getX and getY returning incorrect values for collections 
* fixed getXY incorrectly calculated for Opera inline elements
* fixed isAncestor failure in safari when 2nd arg is document.documentElement
* fixed infinite loop in replaceClass when oldClassName == newClassName 
* getDocumentWidth no longer includes scrollbars 


*** version 0.11.2 ***
* limit depth of parent.document crawl to 1 for getXY
* test offsetParent instead of parentNode for getXY
* return null if no el fo r get
* just addClass if no class to replace for replaceClass


*** version 0.11.1 ***

* return null if el is null for get()
* test offsetParent rather than parentNode for getXY()
* limit depth of parent.document crawl for IE getXY() to 1
* if no oldClassName to replace, just addClass for replaceClass()


*** version 0.11.0 ***
* Work around Opera 9 broken currentStyle
* Removed timeout wrapper from setXY retry
* Tagname tests now case-insensitive
* Internal "this" references changed to allow for method shorthand
* get/setStyle now accept both camel and hyphen case
* Gecko reverted to crawling offsets for getXY
 

*** version 0.10.0 ***

* Safari now fails gracefully when querying computedStyle of an unavailable element 

* Class management functions added (hasClass, addClass, removeClass, replaceClass, getElementsByClassName) 

* All methods that accept HTMLElements or IDs now also accept arrays of HTMLElements and/or IDs

* GenerateId method added

* isAncestor method added

* inDocument method added

* getElementsBy method added

* batch method added

* getClientHeight/Width deprecated in favor of getViewportHeight/Width

* getDocumentHeight/Width methods added 

*** version 0.9.0 ***

* Initial release





See more files for this project here

ThinkCap Collaborative Knowledge Portal

A portal to explore and edit the knowledge contained in a set of ontologies in intuitive ways. Presents a Dictionary view (a Google-like interface), a Thesaurus view (a graphical display with simplified relationships) and a full graphical Concept view.

Project homepage: http://sourceforge.net/projects/thinkcap
Programming language(s): Java,JavaScript,XML
License: other

  README
  dom-debug.js
  dom-min.js
  dom.js