How to select element having a particular class (".selected")?
Answer / chaitanya
$('.selected'). This selector is known as class selector. We need to prefix the class name with "." (dot).
| Is This Answer Correct ? | 2 Yes | 0 No |
Explain remove class jquery with example?
What are the slow selectors in jQuery?
Differentiate between width() vs css(‘width’) in jquery
In jquery, what is the meaning of toggle?
What is difference between prop and attr?
How to prevent Right Click option using jquery?
Tell me which command will give a version of jquery?
How can you disable jquery animation?
What is the use of clone method in jQuery?
What are the different type of selectors in jquery?
What are the types of selectors in jQuery?
How to use connect in jquery?