$('#dayOfBirth').bind('focus',function(){ $(this).val(''); }); ----- Original Message ----- From: "Raghu" <[EMAIL PROTECTED]> To: "jQuery (English)" <jquery-en@googlegroups.com> Sent: Saturday, April 05, 2008 12:55 AM Subject: [jQuery] JQuery bigginer
> > Hi I am learning JQuery and Javascript so asking this simple question. > > I have a text field which has default value as Day. I want when user > focus on this text field then it become empty. How can I do this using > JQuery? > > <s:textfield name="day" cssClass="textbox1" size="3" id="dayOfBirth" > value="Day" required="true" maxlength="3"/> >