You have an image element and you need to delete it's title attribute. How will you do it?

<img src='jquery-logo.jpg' title='logo'/>
Explanation
jQuery removeAtt() method removes attribute from the selected elemet. Example:

$("img").removeAttr("title")

Follow CodeGalaxy

Mobile Beta

Get it on Google Play
Send Feedback
Cosmo
Sign Up Now
or Subscribe for future quizzes