Calling a python method to fetch data, from a javascript function on the html page
问题 Technologies being used Google app engine Django Python Jquery Details of the code and code excerpts I have a drop-down list (country) and a text-box (city) { the drop-down list and text-box are generated by a django-form} that get automatically populated by a GeoIp library Image of how these UI elements look on the html page: Code excerpt that fills in the drop-down list and the text-box: // selecting users country and users city, // the id for users country drop-down list is "id_country