2009 NEWS 2009-06-27 - IMPROVED MODULE: Uize.Node
The Uize.Node
module has been improved in a couple of ways.
1. | The Uize.Node.find static method can now accept a node reference or an array of nodes as a parameter and will simply pass the value through rather than performing a find operation, making this method convenient to use in classes where either a find expression object or a node or array of nodes may be specified. |
2. | The Uize.Node.getCoords static method has been improved to be more accurate for nodes contained inside nodes with non-zero borders. |