[jQuery] Elements with similar names

[jQuery] Elements with similar names


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