jQuery-Watermark
jQuery-Watermark copied to clipboard
Added fix for using watermark inside some element with display:none
For example when using watermark on text input that is inside div with display:none, watermark will be shown too high, because at the moment of calculating style for watermark, input height was 0, but outerHeight was 4.
jquery.watermark.min.js should also be updated, but I don't know what minifier you use.