Advertisement
Joeytje50

search box S:C

May 15th, 2013
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(function() {
  2.     $('#ChatHeader').prepend('<form id="rswSearch" action="/wiki/Special:Search" target="_blank" style="float:right;margin-right:155px;">'+
  3.         '<input id="searchbox" type="search" name="search" placeholder="Search" style="margin:0px;height:20px;">'+
  4.         '<input type="submit" name="go" value="Go" style="background-color:buttonface;background-image:none;border:2px outset buttonface;color:buttontext;border-radius:0px;padding:0 5px;">'+
  5.         '<style>input[type="submit"]:active {border-style:inset !important;}</style></form>');
  6.     $('#rswSearch').submit(function() {
  7.         setTimeout(function(){$('#searchbox').val('')}, 50)
  8.     })
  9. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement