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")

Следи за CodeGalaxy

Мобильное приложение Beta

Get it on Google Play
Обратная Связь
Cosmo
Зарегистрируйся сейчас
или Подпишись на будущие тесты