|
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 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 select country, the four textboxes are filled with country's four city names. like if india is selected , then textboxes should have delhi, banglore,mumbai,hyderabad if uk is selected, textboxes be filled with london,bermingham,scotland.manchester. if usa is selected then newyork,washington,pentagon,texas be in four textboxes. |
- [jQuery] hidden values associated with options of dropdown CreativeMind
- Re: [jQuery] hidden values associated with options of dr... Charlie

