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 programming language does jquery use?
What is difference between .setinterval() and .delay() ?
What is the method used to define the specific character in place of $ sign?
Can you give me a brief history of your programming days? Where did it all start?
What is jquery mobile theming? : jquery mobile
What methods used to provide effects?
Tell me how to check data type of any variable in jquery? : jquery mobile
Is jquery a library for client scripting or server scripting? : jquery mobile
Why html 5 inputs look different across devices and browsers? : jquery mobile
Tell me what does $("div") will select? : jquery mobile
Define cdn in jquery?
Can we have multiple document.ready() function on the same page? : jquery mobile