What is the use of css() method in jquery?
Answer / Rajeev Shankhdhar
The .css() method allows you to get or set the style property of one or more selected elements. For example, $('selector').css('color', 'red'); sets the color of the selected element(s) to red.
| Is This Answer Correct ? | 0 Yes | 0 No |
List the advantages of jquery?
Can we use protocol less URL while referencing jQuery from CDNs?
How is the deferred method in jquery important in relation to animate method?
Name some of the methods of jquery used to provide effects?
Tell me how to disable jquery animation? : jquery mobile
Is it possible to use other client side libraries like MooTools, Prototype along with jQuery?
How to check if number is numeric while using jquery 1.7+? : jquery mobile
Tell me how to executed jquery selectors? : jquery mobile
How can jquery library be added to pages?
How to check variable is empty or not in jquery?
How can we show and hide an element via jquery?
What is the difference between event.stopPropagation and event.stopImmediatePropagation?