Concatenate Two AJAX Request Returns to 1 Array – Jquery ajax
Below is my code. I have two ajax request pulling data from two seperate lists that contain the same information. When they populate my table in my Success function, it posts two seperate tables instead of one but it contains…