skip to Main Content

Jquery – find image tags with alt attribute without double quotes and replace with empty double quotes

<img src="first.jpg" alt="first" width="500" height="600" /> <img src="second.jpg" alt width="500" height="600" /> <img src="third.jpg" alt="third" width="500" height="600" /> <img src="fourth.jpg" alt width="500" height="600" /> <img src="fifth.jpg" alt="" width="500" height="600" /> find image tags with alt attribute without double quotes and…

VIEW QUESTION
Back To Top
Search