jQuery – Helpful Default Input Values
Posted in Javascript, jQuery on December 6th, 2009 by Brandon Buttars – 1 CommentI’ve recently wanted to try and use some different code to add some default values to my input fields, especially the search box. Most code I’ve seen does some type of a label overlay which involved a lot of freaking code. I finally found some code and did a little tweaking to it to fit my situation. You can also find it under my Snipplr code.