[jQuery] Re: Internet Explorer Caching Form Values on Page Refresh

2008-04-04 Thread mudge
On Apr 4, 3:37 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote: > I fixed that behavior in Firefox by comparing defaultValue to value > the other day... maybe that works in IE as well? This is fantastic, thank you very much. When Internet Explorer caches a input's value, its value attribute is set whil

[jQuery] Re: Internet Explorer Caching Form Values on Page Refresh

2008-04-04 Thread Klaus Hartl
I fixed that behavior in Firefox by comparing defaultValue to value the other day... maybe that works in IE as well? --Klaus On Apr 4, 12:38 pm, mudge <[EMAIL PROTECTED]> wrote: > I am the author of a plugin which places example text in form inputs > that disappears on user focus (http://plugin