1
I have two select option
with districts and counties. Through JSON I can filter the districts with the counties only that now I want to search the database.
I want to submit the form
with the two choices and update the div
which displays the content with the search result. How can I make Javascript (specifically jQuery) display the result correctly?
What do you want with jQuery? How is presented your div?
– user2692
i have a div that shows the content corresponding to the category that the user chose now wanted through jquery on that same page that the user filters by district and municipalities and when click search updated the div and shows the contents of the query
– César Sousa
Read http://www.phpgang.com/how-to-integrate-live-search-in-php-and-mysql-with-jquery_309.html
– user2692