All pastes #2120747 Raw Edit

Something

public text v1 · immutable
#2120747 ·published 2012-02-22 12:51 UTC
rendered paste body
<form action="#" id="searchform">
<input type="submit" value="Поиск" class="button" />

-----

$("input[type=submit]").click(function(e){
   e.preventDefault();
   window.location("/en/search/" + $("#mod-search-searchword").val())
})