how to get the value from a textbox that is next to my text
Posted
by oo
on Stack Overflow
See other posts from Stack Overflow
or by oo
Published on 2010-04-19T15:02:16Z
Indexed on
2010/04/19
15:03 UTC
Read the original article
Hit count: 166
i have an html page where i have a table of items (one item per row) where each item is a html link that says "Add" and there is a textbox next to each link with a number in it.
the text link and the textbox are in the same td inside the row of the table.
how do i, using jquery, capture the value from the textbox that is to the right of the link i click on.
© Stack Overflow or respective owner