All Questions
1 question
1
vote
1
answer
80
views
Need Help Looping Out Content Of Json Data Response Fetched From DB In Using Ajax And Laravel
I have a table with a list of subjects, each subject has its own topics, so I wrote an ajax script to fetch the topics of each subject "onclick" of the subject, using the subject id.
I tried console ...