JQuery Programmer Question:

How to set the style property of an element using jQuery?

Answer:

The css( name, value ) method sets a single style property to a value on all matched elements.

Read All 201 JQuery Programmer Questions
Previous QuestionNext Question
Which is the starting point of code execution in jQuery?What are jQuery Selectors? Give some examples?