Computer Science, asked by Punarvas4827, 1 year ago

How to select element with specific class and title attribute using jQuery?

Answers

Answered by iamishitap
1

Hey here's your answer.

Answer:

<div class = "big" title="one">    <p>This is first division of the DOM.</p> </div> <div class = "medium">    <p>This is second division of the DOM.</p> </div>

I hope this helped you.

Similar questions