Intermediate jQuery


Scenario:

Provide a lookup for an optional input where the data is expensive to get. Or, perhaps the input is not optional, but if already filled in, there's no reason to get the full datasource of possibilities unless the user wants to change the value.


Solution

Use a jquery dialog for the lookup and only get the data if opened.


Solution Outline


References

jQuery
jQuery UI
JSON parser and stringifier