My problem is that I am using a simple watermark plugin so that it works
jQuery('#selector').Watermark('Watermark text here ...');
The problem is when I try to use something like
if (jQuery('#selector').val() != "") { //do stuff }
TrueWatermark application . Anyway, can I somehow “ignore” this watermark value for my operator If?
thank
source
share