Topic: test the return of the load -url function
Hello to all,
After I've loaded the json from a certain url I want to test what I got back from this url.
.load({
url: "../certainUrl
})For example I want to test whether the return is a jsonString or an ordinary html side.
Is it possible to check this?