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 advantage of using cdn? : jquery mobile
Is jquery a w3c standard? : jquery mobile
What is jquery selectors?
Explain the features of jquery mobile? : jquery mobile
How to select all elements using jQuery?
What is a jquery ajax?
Tell me how to executed jquery selectors? : jquery mobile
Explain finish method in jquery? : jquery mobile
In what scenarios jQuery can be used?
Which is fast document.getElementByID('txtName') or $('#txtName').?
Explain "beforesend(xhr)" paremeter of jquery ajax method?
How to use it jquery knockout?