How to use the najax.post 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 smartscenes / sstk / ssc / stk-ssc.js View on Github external
STK.util.post = function(opts) {
  opts = STK.util.__prepareAjaxOpts(opts);
  return najax.post(opts);
};
STK.util.param = require('jquery-param');

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