Fetch data from database using jquery via selectbox in Laravel Project – Jquery ajax
I am trying to load information such as 'name' from a table where the admission number matches the one selected from the select box using jquery. With the code below, it only select the first 'name' from the table in…