Load a local json file from the given url. This method encapsulates the behavior of loading a local json file, in order that changing its behavior in the future will not impact other modules. We currently leaverage the cache capability of a browser. In the future, we may use memory cache. Also this method returns a promise compatible project, and therefore, please use "then" to go future.
Tests if a url is reachable.
The url to be tested.
Generated using TypeDoc
Reads a the response from a given url and parses it into a jquery object.
loadHtmlP