WaterMark Control, , , , ...
<asp:TextBox runat="server" ID="txtNew" class="auto-hint" title="Enter here ..."
TextMode="MultiLine" Rows="7" Width="100%" data-watermark="Enter here...">
As you can see, I have a place data-watermark = "Enter here ..." .
and yes, please enable WaterMark Control JS with jquery.js because Watermark Control JS uses jquery. And yes, you can animate your watermark with WaterMark Control.
You can find the JS control watermark from myjqueryplugin.com/watermark-control .
source
share