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 the use of serialize method in jQuery?
What are the features of jquery used in web applications?
Difference between $(this) and 'this' in jQuery?
How to redirect to another page using jquery?
What is event preventdefault () and event stoppropagation () in jquery?
What is the difference between onload() and document.ready() function used in jquery?
What are the two types of CDNs?
Why html 5 inputs look different across devices and browsers? : jquery mobile
What is $() in jquery library?
What is the difference between find and children methods in jquery?
What does $("div.parent") will select?
How to disable/enable an element in jquery?