I have two select option
with districts and counties. Through JSON I can filter the districts with the councils only now I want to do the search the database.
I want to submit form
with the two choices and update the div
that presents the content with the search result. How can I make javascript (specifically jQuery) show the result correctly?