jquery为内容中所有图片添加超链接
<script> $(function (){ $('#content img').each(function() { var strA = "<a href='" + $(this).attr('src') + "' target='_blank'></a>"; $(this).wrapAll(strA); }); }); </script>
<script> $(function (){ $('#content img').each(function() { var strA = "<a href='" + $(this).attr('src') + "' target='_blank'></a>"; $(this).wrapAll(strA); }); }); </script>
版权所有 © 2022 沅来是澧
如果有程序开发、网站建设等需求的请联系我,QQ:47419233