Watermark Plugin

Watermark Plugin

Hello everyone, if someone can help me with the following problem, I'd greatly appreciate it.  

So I've downloaded the jquery-watermark.js and integrated it into a demo project to show you.

1) If you open the project in chrome, and when the textfield is empty, the watermark SHOWS.  What I mean by this is if you repeatedly delete a letter in the textfield until it becomes empty, the watermark then shows!.  In I.E, it will show only when I blur out of the text field or on startup.  Can i get this same functionality in I.E like in Chrome?

2) When I click reset on a form.
      2a) In chrome, all the watermarks re-appear.  This is what I want.
      2b) In IE 9.0, all the watermarks DISAPPEAR.  This is not what I want.

So the question for #2 is, when I reset the form in IE 9.0+, how can I get the watermarks to show again?  I've tried looping through each textfields and doing a focus/blur combo, but that gives me some wierd jumping around textfields kinda thing.  

Here is the JSFIDDLE.

Open in chrome then IE 9.0, then see diff.

Thanks guys.