Hiya guys, I'm having problems changing alt tags on my blogger.
I tried the following script, which works on my older blog as a test case, but I am adding it to a blogger who uses the latest widgets.
<script> $("img").each(function() { $(this).attr('alt', '<data:title/>'); }); </script>
Any thoughts?
source share