| getEl() | ใช้คืนค่า element ของ object anim |
|---|
method:getEl ()
return type:HTMLElement
content:ใช้คืนค่า element ของ object anim
example:var attributes = { width: { to: 0 } }; var anim = new YAHOO.util.Anim ( "bamboo", attributes ); var element = anim.getEl ();