TWEagle / jquery-watermark

Automatically exported from code.google.com/p/jquery-watermark
1 stars 1 forks source link

Watermarkable #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Shouldn't selWatermarkAble = ":text,:password,:search,textarea", be using the 
prefixes requested from the JQuery api?

"As with other pseudo-class selectors (those that begin with a ":") it is 
recommended to precede it with a tag name or some other selector; otherwise, 
the universal selector ("*") is implied. In other words, the bare $(':text') is 
equivalent to $('*:text'), so $('input:text') should be used instead. "

so... example.  input:text

Original issue reported on code.google.com by Brandon....@gmail.com on 9 Feb 2011 at 8:34

GoogleCodeExporter commented 9 years ago
I'm not sure that it makes a big difference, but if that's the recommendation 
from the jQuery team, I'll go with it.  Thanks for pointing it out.

Original comment by t...@speednet.biz on 9 Feb 2011 at 9:32

GoogleCodeExporter commented 9 years ago
Fixed in release 3.1.2.

Original comment by t...@speednet.biz on 16 Mar 2011 at 5:05