Thursday, 25 October 2012

How we can apply css in multiple Selectors in jquery.

Here  to take effect is example to demonstrate
$(“div,span,p.myClass”).css(“border”,”1px solid green”);
the border will be apply in all div,span ,p.myClass class element.

No comments: