Can we select a element having a specific class in jquery ?



Can we select a element having a specific class in jquery ?..

Answer / Abhishek Kumar Verma

Yes, you can use the .find() method along with the class selector to select elements having a specific class. Example: $(selector).find('.your-class').

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

Define .siblings() method in jquery?

1 Answers  


Tell me what is the use of .size() method in jquery?

1 Answers  


What is finish method in jQuery?

1 Answers  


What is jquery selectors?

1 Answers  


Can there be more than one ready function in jquery?

1 Answers  


What is the use of jQuery load method?

1 Answers  


How to validate email using jquery?

0 Answers  


Give a brief idea about jquery mobile? : jQuery Mobile

1 Answers  


What is the use of each function in jQuery?

1 Answers  


Can we call C# code behind using jQuery?

1 Answers  


What are jquery plugins?

1 Answers  


Tell me how do you stop the currently-running animation? : jquery mobile

1 Answers  


Categories