Closed RongBranovate closed 9 years ago
Hi @RongBranovate jqlite aims to be a DOM handling library, you can find specific libraries for this stuff like jengine-http
with jengine-http
$http.get(url, data).then(function (response) {
console.log('json received: ', response.data);
});
Splendid! thanks!
Hi, What would be the best way to implement the .getJSON() function from jQuery?
the jQuery docs say it's basicly a shorthand Ajax function, which is equivalent to:
would that work with
jqlite
? is there anything that i should change?Thanks in advance!