I have a form such a structure:
<form role="search" method="get" id="searchform" action="">
<input type="text" name="s" id="s" placeholder="Search..." />
<input type="submit" id="searchsubmit" />
</form>
I need to when you click on the input field changed background submit button. How to do it?