jQuery append value to html input depending on other input
Posted
by werm
on Stack Overflow
See other posts from Stack Overflow
or by werm
Published on 2010-03-22T17:56:48Z
Indexed on
2010/03/22
18:01 UTC
Read the original article
Hit count: 355
Ok, the title is a bit confusing, but here's my predicament. I've made a web app to track UPS packages internally at work. Currently, you input the tracking number and then select the city it was shipped from. All tracking numbers from an account start with the same X amount of numbers. So if someone entered "1Z8473..." into one input, "Houston, TX" would automatically be entered into the next input. Is this a difficult thing to pull off? Where would I begin?
© Stack Overflow or respective owner