I need to see if there is a current watermark set for an input field but i am not sure if there is a getter for this watermark plugin. I know i can set a watermark like this
$("#request_money").Watermark("Not now");
I tried this but it doesnt seem to be setting the value
if($("#request_money").val() == "Not now"){
$("#request_money").val("")
}
and i tried this
$("#request_money").Watermark();
any ideas.....