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.
Previous Question | Next Question |
Which is the starting point of code execution in jQuery? | What are jQuery Selectors? Give some examples? |