:hidden現在非表示になっている要素をすべて返します。type 属性が "hidden" である入力要素がリストに追加されます。 :visible現在表示されている要素をすべて返します。 属性フィルタ説明 [attribute]指定された属性を持つ要素をすべて返します。
これにより、ID が genreDialog である非表示の div が作成されます。 jQuery を使って、この div の ID genreDialog で[Add Genre] ダイアログ ボックスをフックします。 最後の 2 つのスクリプト タグには、新規ジャンル追加機能...
twice.css .hidden{display:none;} jquery_twice.js constinputClone=$('.hidden').clone(false).removeClass('hidden')// display: none;がかかっているclass="hidden"を消す$('form').append(inputClone) .cssでも変わりますが、classを消してcssを変えるという発想も使えるので頭の片隅にでも。
何よりサーバーサイドとクライアントサイドがスッパリわかれて非常にわかりやすくなりました。テストもやりやすいですよね。 来年はどんな年になるかな〜? 今回のソース Register as a new user and use Qiita more conveniently You get articles that match your needs ...
(".item");elm.style.transition="height"+ms+"ms";if(elm.style.display!=="none"){elm.style.height="";elm.style.overflow="hidden";setTimeout(function(){elm.style.height="0px";},1);setTimeout(function(){elm.style.display="none";},ms+10);}else{elm.style.height="0px";elm.style...