i am using following code in jquery
$(document).ready(function () {
$('#name').watermark('plz enter ur name');
});
in view i am calling following things
<p>
<%:Html.TextBox("name") %>
</p>
but i am not getting watermark text inside the textbox
how to do this plz help me