Use jQuery.ajax.
Question: What's "ajax"...?
Answer: It's an acronym (AJAX). It stands for
Asynchronous (fair enough)
JavaScript (ok)
And (er…)
XML (oh.)
Use XMLHttpRequest.
Hmm...
The Fetch API is an attempt to improve this situation, but it's still quite unwieldy (being a low-level interface):
x-ray is a really nice implementation of a scraper for extracting collections of data from HTML web pages. It doesn't extend to other data formats, though.
web-resource is my JavaScript library that implements the Resource
and Collection
interfaces described above.
Loading... |