Thank you, everyone.
On Jan 9, 7:40 pm, Ricardo Tomasi wrote:
> Or better yet, simply
>
> $('#left :text')
>
> see the pseudo-selectors available athttp://docs.jquery.com/Selectors
> under "Forms".
>
> - ricardo
>
> On Jan 9, 12:09 pm, "Chandan Luthra" wrote:
>
>
>
> > Sorry I left out the div
Or better yet, simply
$('#left :text')
see the pseudo-selectors available at http://docs.jquery.com/Selectors
under "Forms".
- ricardo
On Jan 9, 12:09 pm, "Chandan Luthra" wrote:
> Sorry I left out the div ,,,
>
> //for all text boxes in div
> $('#left input[type="text"]')
>
> //for only imme
Sorry I left out the div ,,,
//for all text boxes in div
$('#left input[type="text"]')
//for only immediate child text-boxes in div
$('#left>input[type="text"]')
With Regards,
Chandan Luthra
Intelligrape Software Pvt. Ltd.
On Fri, Jan 9, 2009 at 7:36 PM, Chandan Luthra wrote:
> $('input[typ
$('input[type="text"]')
With Regards,
Chandan Luthra
Intelligrape Software Pvt. Ltd.
On Fri, Jan 9, 2009 at 7:15 PM, Oltmans wrote:
>
> Hello all,
>
> I've a DIV that looks like
>
>
>
>
> and this DIV contains text-boxes, check-boxes and drop-downs. Say,
> I've to retrieve only text-boxes f
4 matches
Mail list logo