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
Зареєструйся Зараз
або Підпишись на майбутні тести