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 to Use the jQuery load() Method?
You get "jquery is not defined" or "$ is not defined" error. What could be the reason?
Define slidetoggle() effect?
Can there be more than one ready function in jquery?
Have any of your startup projects failed dismally - if so, why and how did you learn from them?
What is queue() in jquery? Use of queue() in jquery?
Need to add jQuery file in both Master and Content page?
How does the jQuery pushStack function work?
What is $() in jquery library?
Define width() vs css('width')?
How to keep the submit text from showing with jquery mobile? : jquery mobile
What is parseint() and why it is used?