.radioClass
Add class in one element and remove that same class if it exists from
all of its siblings in one call.
 .getColor
Gets a normalized (6 digit hex) color value for the passed in
property, accepts a default value if the property is not set and a
prefix (# is the default).
(Does jQuery normalize color value via .css? I miss it?)
.findParent('div', 4); // looks up 4 parent nodes
.clip
Store the current overflow setting and clip overflow on the element -
use unclip to remove
.unclip
Return clipping (overflow) to original clipping before clip() was called

applyIf
This function is very similar to apply. The only difference is that
applyIf only copies properties that don't exist in the destination
object. If they already exist in both, the destination object takes
precedence and the property is not copied.

from: http://extjs.com/products/extcore/manual/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to