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 is the minimum setup needed to start using jquery.
What are the effects methods used in jquery?
Explain remove class jquery with example?
What is event.PreventDefault in jQuery?
What is .bind()? : jquery mobile
Can you call C# code-behind method using jQuery? If yes,then how?
How To Use Ajax In Jquery?
Explain the difference between size and length of jquery?
What is CDN?
What is the difference between find and children methods?
What are deferred and promise object in jQuery?
How we can remove an attribute of an html tag in jquery?