grabbing the value of a text field and applying it elsewhere automatically
Posted
by Honey
on Stack Overflow
See other posts from Stack Overflow
or by Honey
Published on 2010-05-14T06:36:16Z
Indexed on
2010/05/14
6:44 UTC
Read the original article
Hit count: 462
if i have a text field like this:
<input type="text" name="quantity" id="txtquantity">
what i am trying to figure out is how can i grab the value of that text field and append it to a link like this:
index.php?quantity=(the value)
if this is done with jquery how would i do it?
© Stack Overflow or respective owner