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 are the fastest selectors in jQuery?
What is the difference between event.PreventDefault and event.stopPropagation?
What is the difference between bind() and live() function in jquery?
What is get()? : jquery mobile
How do you attach a event to element which should be executed only once?
What are the methods used to provide effects in jquery?
What is meant by a deep copy? : jQuery Mobile
Explain type paremeter of jquery ajax method?
What are selectors in jquery mean ?
Why do we use jquery? : jquery mobile
What is the use of toggle() method in jquery?
What features of jquery, has been used in web applications?