[jQuery] How to improve your Search Boxes with jQuery
Hi there guys! I want to share with you a new tutorial focused on
adding some functionality to search boxes of our websites:
http://yensdesign.com/2009/01/improving-search-boxes-with-jquery/
It shows you how to make:
- Autofocus when the DOM is ready.
- Highlight a search box when it gets the focus (remove in the blur
event!)
- Autoreplace the default text when needed.
Thanks for reading and I hope you find it useful, as always!