How to select element having a particular class (".selected")?
Answer Posted / 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 |
Post New Answer View All Answers
Is vanilla js faster than jquery?
Whether jQuery HTML work for both HTML and XML documents?
What are jquery selectors?
What is the difference between jquery.get() and jquery.ajax()?
How do you select an item using css class or id and get the value by use of jquery.
What are the guidelines for an application to follow the principles of progressive enhancement.
Difference between javascript and jquery? : jQuery Mobile
Which is the fastest selector in jQuery?
How to get the style property of an element using ?
Why do we use jquery? : jquery mobile
Explain cdn? : jquery mobile
How can we include jQuery library in ASP.Net project?
How to run an event handler only once in jQuery?
Explain data paremeter of jquery ajax method?
List browser related issues for jquery?