I have a load action tied to the submit button of a form.
jQuery('#content').load("/control/ajxdata/installs.php?country=" + country);
jQuery('#content').load("/control/ajxdata/installs.php",{ 'country': country });
The name, and the id of the form element I am trying to utilize is "country"
In the error console, I am getting "Error: country is not defined"