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 |
What is jquery connect and how to use it?
What are the methods used to provide effects?
How we can remove an attribute of an html tag in jquery?
What are selectors in jquery?
Can JQuery Run on MAC or Linux instead of Windows?
What is a use of jquery filter?
Define the use of each function in jquery?
What are the difference between alert() and confirm()?
How to check/uncheck an input in jquery?
What is the advantage of using protocol less URL while referencing jQuery from CDNs?
In what situation you would use multiple version of jQuery and how would you include them?
How to fetch the values of selected checkbox array using jquery?