jquery.watermark.js
I recently had to watermark some input areas (meaning, they have default text until they're focused). I noticed the default plugin from a quick search on Google to do this with jQuery was kinda of weak. Lots of unnecessary bits, seems limited to text input tags, creates unnecessary DOM elements.. and even seems to require the elements to have id attributes.
So here's my quick solution.