1
0
mirror of synced 2026-08-06 02:08:01 +00:00

Manual URL Cleanup

This commit is contained in:
Joe Grandja
2019-03-28 19:15:36 -04:00
parent abeb692015
commit bb44a48091
18 changed files with 477 additions and 485 deletions
+1 -1
View File
@@ -4242,7 +4242,7 @@ $(document).ajaxSend(function(e, xhr, options) {
});
----
As an alternative to jQuery, we recommend using http://cujojs.com/[cujoJS's] rest.js. The https://github.com/cujojs/rest[rest.js] module provides advanced support for working with HTTP requests and responses in RESTful ways. A core capability is the ability to contextualize the HTTP client adding behavior as needed by chaining interceptors on to the client.
As an alternative to jQuery, we recommend using https://github.com/cujojs[cujoJS's] rest.js. The https://github.com/cujojs/rest[rest.js] module provides advanced support for working with HTTP requests and responses in RESTful ways. A core capability is the ability to contextualize the HTTP client adding behavior as needed by chaining interceptors on to the client.
[source,javascript]
----