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
What is the use of jQuery.data() method?
What is meant by a deep copy? : jQuery Mobile
Tell me what are the slow selectors in jquery? : jquery mobile
What is the use of serialize method in jQuery?
what does $("div") will select? : jquery mobile
How to programmatically trigger a click event that's being handled by jquery?
What is the name of jquery method used for an asynchronous http request?
Name some of the methods of jquery used to provide effects?
Please tell us that is jquery knockkout intended to compete with jquery or prototype or work with it?
What is eq()? : jquery mobile
What is jQuery connect?
What is a cdn? What are the advantages of using cdn?
What are the different ways of using $.connect function in jquery?
How to search for descendant elements that match the specified selectors using ?
How to get the style property of an element using ?