Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このhttp://jsfiddle.net/jquerybyexample/f9p6C/は、IE8では機能しません。私は自分のコードで同様のことをしようとしています。何かご意見は?
タグを開いた後、より大きな記号が欠落しているためです
前
currentImage.wrap("<a target='_blank' href='" + currentImage.attr("src") + "'</a>");
後
currentImage.wrap("<a target='_blank' href='" + currentImage.attr("src") + "'></a>");
http://jsfiddle.net/f9p6C/13/