How to use 2 url in 1 function ajax – Jquery ajax
I have 2 table, warehouse and item category, i wanna show my table in select option ajax. I managed to display select option item category. My Ajax Code $(function () { var i = 0; $("#add-more-item").click(function () { ++i; $.ajax({…