Posts by Brhaka • 126 points
1 post
-
-1
votes1
answer34
viewsA: Bring values from a select with AJAX automatically
Your problem is happening because you call the function filter_data() when the <select> is clicked. See how to call the function when selecting a new option using the attribute onchange:…