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.
imga の直後に要素を配置selectしてフェードアウトさせるにはどうすればよいですか?
img
select
私がこれまでに試したこと:
appendTo
after
fade
試す.insertAfter()
.insertAfter()
これを使用すると、連鎖効果がイメージ要素にアタッチされます。
$(function() { $('<img class="pub-cover" src="http://i.imgur.com/vER9H.png" />') .insertAfter('select').fadeOut('slow') });
デモ