[jQuery] Re: Problem jQuery Selecting Input field

2008-10-05 Thread Faisal Basra
Yes, right Morningz looks like this. i want to access input fields, just only specifying home, mobile,name, city, street,zip & not as form:input please any way ?

[jQuery] Re: Problem jQuery Selecting Input field

2008-09-29 Thread Faisal Basra
did you bother to read the previous replies?? > > both have the answer (and similar examples) > > On Sep 29, 2:40 am, Faisal Basra <[EMAIL PROTECTED]> wrote: > > > Please, can i have any way in jQuery to just by specifying id like > > (#phone) to get form:id ...

[jQuery] Re: Problem jQuery Selecting Input field

2008-09-28 Thread Faisal Basra
Please, can i have any way in jQuery to just by specifying id like (#phone) to get form:id ... On Sep 25, 6:28 pm, Faisal Basra <[EMAIL PROTECTED]> wrote: > Hi, I am unable to select the input filed based on ID, i am using JSF > and that append form id with the input id a

[jQuery] Problem jQuery Selecting Input field

2008-09-25 Thread Faisal Basra
Hi, I am unable to select the input filed based on ID, i am using JSF and that append form id with the input id automatically. like this and & how to select input id(test:name) in jQuery the input field whose id is test:name The, complete code is given below. Please anyone can help