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
How to set attributes of an element using jquery?
Jumping off of jquery ui for a second, do you 'release early, release often' with all of your projects? What are your thoughts on that strategy?
What is the difference between settimeout() and setinterval() methods?
Explain the difference between onload() and document.ready() function used in jquery?
Explain the difference between jquery's ready and holdready?
What does jQuery data() function do?
What is jquery.holdready() function?
What is meant by a deep copy? : jQuery Mobile
How to get the current offset of the first matched element, in pixels, relative to the document using ?
How we can get the value of a radio button using jquery?
How to disable cut,copy and paste in TextBox using jQuery?
How to control page titles in jquery mobile? : jquery mobile
Difference Between Prop and Attr in jQuery?
What is a jquery ajax?
What are the guidelines for an application to follow the principles of progressive enhancement.