This is a small script, which change the alt attribute of all img (images) tags on the page: $(document).ready(function() { $(“img”).each(function(i) { this.alt = ‘your new alt text… more →
Need is the mother of invention ...mkbansal wrote 1 year ago: This is a small script, which change the alt attribute of all img (images) tags on the page: $(docum … more →