jQuery 表示チェック 2011年8月24日 健巳 JavaScript jQueryで要素の表示非表示チェックは下記のコードで判定できる if( $('#disp').is(':hidden' ) ){ //非表示 } else { //表示 }