views:

16

answers:

1

I am creating a composite control that has a textbox and uses a jquery plugin to add a watermark. Lets say I have a basic function that looks like this

$(function () {$('#MyTextBoxID').watermark('Enter your username');});

Can anyone suggest what I need to do to insert the above?

TIA!

A: 
lakhlaniprashant.blogspot.com
Thanks Lakhlani I will give that a try.