Re: [jQuery] hidden values associated with options of dropdown

2010-01-08 Thread Charlie
you'd likely find this a lot easier by  either using a database or array search here's an example using JSON. All of the information is stored in JSON until needed and can be searched easily with $.each http://jsbin.com/ohulu/edit CreativeMind wrote: Hi, I need the ways to solve the probl

[jQuery] hidden values associated with options of dropdown

2010-01-08 Thread CreativeMind
Hi, I need the ways to solve the problem. scenario is: I have a dropdown and 4 textboxes, which are filled through a callback function. dropdown has multiple values. on selected index change of dropdown i want to fill the text boxes with associated values. e.g dropdown has list of countries. when i