MediaWiki:Gadget-searchFocus.js:修订间差异
跳到导航
跳到搜索
imported>Irukaza 无编辑摘要 |
imported>Irukaza (以“$( function () { document.getElementById("searchInput").focus(); });”替换内容) |
||
| 第1行: | 第1行: | ||
$( function () { | $( function () { | ||
document.getElementById("searchInput").focus(); | document.getElementById("searchInput").focus(); | ||
}); | }); | ||