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.
コードを正しく入力したと思いますが、実行するとフェードアウトpしてフェードインします(トグルはタブ%にあります)
p
コード
これは、この関数をその直後に呼び出しているためです。
$(function(){ $('p').fadeOut(); });
これを見てください。
http://jsfiddle.net/8Wv7M/8/