wow way to many of us jumped on that post at the same time
On Sep 25, 10:19 pm, "comslash.com" <comsl...@gmail.com> wrote: > try > > $('input[name^=tx_qtde]') > > try this page for reference on selectorshttp://docs.jquery.com/Selectors > > Chris > > On Sep 25, 10:12 pm, Carlos Santos <carloeasan...@gmail.com> wrote: > > > I have in one form, many, many text fields with similar names such > > as: > > > tx_qtde1 > > tx_qtde2 > > tx_qtde3 > > > how i can select all this text fields without using a class, something > > like: > > > $("tx_qtde * ") > > > where the * is the numbers. > > > Thanks for your time. > > Carlos Santos