MediaWiki:Common.js: Difference between revisions
No edit summary Tag: Manual revert |
No edit summary |
||
Line 2: | Line 2: | ||
$(function () { | $(function () { | ||
$("[name=search]").on("keyup", function(event){ | $("[name=search]").on("keyup", function(event){ | ||
debugger; | |||
alert("hey"); | alert("hey"); | ||
}); | }); | ||
}); | }); |