Line 333: | Line 333: | ||
}); | }); | ||
</script> | </script> | ||
+ | |||
+ | <script> | ||
+ | $("span.image img").each(function () { | ||
+ | var alt=$(this).attr("alt"); | ||
+ | var $span = $(this).parent("span"); | ||
+ | $span.append('<div class="alt">' + alt + '</div>'); | ||
+ | |||
+ | }); | ||
+ | </script> | ||
+ | |||
</html> | </html> |
Revision as of 16:57, 17 October 2018