Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Is it possible to get value of multiple CSS properties in single statement?



Is it possible to get value of multiple CSS properties in single statement?..

Answer / chaitanya

Well, before jQuery 1.9 release it was not possible but one of the new feature of jQuery 1.9 was .css() multi-property getter.

Hide Copy Code

var propCollection = $("#dvBox").css([ "width", "height", "backgroundColor" ]);

In this case, the propCollection will be an array and it will look something like this.

Hide Copy Code

{

width: "100px",

height: "200px",

backgroundColor: "#FF00FF"

}

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More jQuery Interview Questions

How to redirect to another page using jquery?

0 Answers  


What is the difference between prop() and attr() in jquery?

0 Answers  


Define the types of selectors in jquery?

0 Answers  


Create a plugin that would add and remove a class on hover.

0 Answers  


What are the methods used to provide effects?

0 Answers  


Explain animate function in jquery?

0 Answers  


Define animate function in jquery?

0 Answers  


How do you check or uncheck a checkbox input or radio button?

0 Answers  


How to select all elements using jQuery?

0 Answers  


Is jquery a library for client scripting or server scripting? : jquery mobile

0 Answers  


How can we apply css in odd childs of parent node using jquery library?

0 Answers  


What are selectors in jquery? : jQuery Mobile

0 Answers  


Categories