How to use the najax.apply function in najax

To help you get started, we’ve selected a few najax examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github donejs / place-my-order / lib / iso / ajax.js View on Github external
can.ajax = function(args){
    if(typeof args === "string") {
      args = { url: args };
    }

    args.url = base + args.url;
    arguments[0] = args;
    return najax.apply(this, arguments);
  };

najax

jquery ajax-stye http requests in node

MIT
Latest version published 3 years ago

Package Health Score

57 / 100
Full package analysis

Popular najax functions

Similar packages