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.
jQuery タブのヘッダー クリックを無効にするにはどうすればよいですか。
タブ内の要素からタブを変更し、ウィザードとして機能するコンポーネントを構築したいだけです。
$(tab).click(function(){ return false; });
そのタブのデフォルトのアクションを防ぎます