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 |
How we can apply css in multiple selectors in jquery?
Is it too early to discuss jquery ui 1.8?
Is vanilla js faster than jquery?
What is a dom in jquery? How can we make sure that dom is ready?
What is jquery mobile theming? : jquery mobile
What is the use of toggle() method in jquery?
What are the various ajax functions?
Write a basic jquery code?
Explain jquery connect?
what are the features of jquery
What are the differences between size and length in jquery?
Does events are also copied when you clone any element in jQuery?