MediaWiki:Common.js:修订间差异
跳转到导航
跳转到搜索
创建页面,内容为“$( function () { $( '.touch‑heimu' ).on( 'click touchstart', function ( e ) { if ( ! window.matchMedia( '(hover: none)' ).matches ) return; e.preventDefault(); $( this ).toggleClass( 'active' ); }); });” |
无编辑摘要 标签:手工回退 |
| (未显示同一用户的1个中间版本) | |
(没有差异)
| |
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' );
});
});