CraigInDallas
Posts: 0
Joined: Wed Oct 10, 2012 10:23 am

Load Dynamic List with json results.

How can I load this array example from a json result set?

http://help.gotiggr.com/getting-start...

CraigInDallas
Posts: 0
Joined: Wed Oct 10, 2012 10:23 am

Load Dynamic List with json results.

Thanks Marina. It does help some.

I don't want to reload the entire result set, for drop-down two, every time there is a value change on drop-down one. Rather, I want to just look up the appropriate value in an array that I have loaded.

If I populate the array on the page load event, what is the best way to refer back to it for my lookup on the change value event on drop-down one?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Load Dynamic List with json results.

You could store the array in local storage, or create a global variable to hold the array.

CraigInDallas
Posts: 0
Joined: Wed Oct 10, 2012 10:23 am

Load Dynamic List with json results.

Thanks Max

Return to “Issues”