I have 2 fields on the form, Fruits and FruitVarieties.
I need to populate an Array based on the Fruit value. This array is then used to AutoComplete Fruit Varieties. The array values are selected from a MySQL DB using Perl. What is the best way to populate this array using jQuery/AJAX?
jQuery Autocompletelogic