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 |
Which version of jquery file should be used?
Tell me does jquery 2.0 supports ie? : jquery mobile
Differentiate between calling stop (true, true) and finish method?
Explain .empty() vs .remove() vs .detach() in jquery
How can you get the type of arguments passed to a function?
How to always reference latest version of jquery?
How to write cookies in jquery?
What is finish method in jQuery?
Explain the difference between size and length of jquery?
How do you stop the currently-running animation? : jquery mobile
What is jQuery.noConflict?
Can jquery be used to make an ajax request?