I have an ajax function that consumes a webservice, and returns me a list, how do I get that list and I mount two arrays with the values?
JS:
function getCars() {
$.ajax({
type: "POST",
url: "CarService.asmx/GetAllCars",
data: "Method...
asked by
16.08.2015 / 18:11