2010
01.16
01.16
Suppose you want to hide all the elements with the class name “foo” here is how you can do it using the $$ operator
$$(’.foo’).each(Element.hide); — Notice the “(dot)foo”
Findings, Tips & Tricks
Suppose you want to hide all the elements with the class name “foo” here is how you can do it using the $$ operator
$$(’.foo’).each(Element.hide); — Notice the “(dot)foo”
No Comment.
Add Your Comment