MediaWiki:Common.js:修订间差异
跳转到导航
跳转到搜索
无编辑摘要 标签:已被回退 |
无编辑摘要 标签:手工回退 |
||
| 第5行: | 第5行: | ||
$( this ).toggleClass( 'active' ); | $( this ).toggleClass( 'active' ); | ||
}); | }); | ||
}); | }); | ||
2026年9月3日 (四) 11:06的最新版本
$( function () {
$( '.touch‑heimu' ).on( 'click touchstart', function ( e ) {
if ( ! window.matchMedia( '(hover: none)' ).matches ) return;
e.preventDefault();
$( this ).toggleClass( 'active' );
});
});