How to select element with specific class and title attribute using jQuery?
Answers
Answered by
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