[jQuery] Re: claering feilds in div

2009-06-20 Thread Charlie
$("input[type='text']").val(""); kalyan Chatterjee wrote: Just use this a simple html button: On Jun 20, 9:58 am, naz wrote: i have try this code but it also clear my buttons name .i just want to reset my tetxt feilds plz tel me if any body have idea of this thnx in anticipa

[jQuery] Re: claering feilds in div

2009-06-19 Thread kalyan Chatterjee
Just use this a simple html button: On Jun 20, 9:58 am, naz wrote: > i have try this code but it also clear my buttons name .i just want to > reset my tetxt feilds plz tel me if any body have idea of this thnx in > anticipation > > On Jun 10, 9:34 pm, waseem sabjee wrote: > > > $("input").at

[jQuery] Re: claering feilds in div

2009-06-19 Thread naz
i have try this code but it also clear my buttons name .i just want to reset my tetxt feilds plz tel me if any body have idea of this thnx in anticipation On Jun 10, 9:34 pm, waseem sabjee wrote: > $("input").attr({ value:"" }); > > > > On Wed, Jun 10, 2009 at 5:17 AM, naz wrote: > > > how can

[jQuery] Re: claering feilds in div

2009-06-10 Thread waseem sabjee
$("input").attr({ value:"" }); On Wed, Jun 10, 2009 at 5:17 AM, naz wrote: > > how can i clear the feilds in using jquery just like reset form in > html.if anybody had any idea of that plz tel me >