Search: better user experience with one line of JavaScript
What’s the cheapest trick you can do to get a better user experience on your search solution, and make your users do better search queries? Add a small line of JavaScript in your template’s document ready function:
1 |
$("#MySearchBox").focus(); |
This will do two things for the user: It’ll be easier to see the search box . [...]