Skip to content

健巳創作

プログラミングのネタを中心に気ままに更新しています

  • Programing Startup
  • Game Play Reports
  • Contact

jQuery 表示チェック

2011年8月24日 健巳 JavaScript

jQueryで要素の表示非表示チェックは下記のコードで判定できる

if( $('#disp').is(':hidden' ) ){
  //非表示
} else {
  //表示
}

投稿ナビゲーション

Previous Post:HTMLとは
Next Post:画面回転禁止
2025年6月
月 火 水 木 金 土 日
 1
2345678
9101112131415
16171819202122
23242526272829
30  
« 7月    
WordPress Theme: Gridbox by ThemeZee.