You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able make ajaxcom request like it was possible in previous version $.ajaxcom(...).
It would be nice if it could inherit options which were set when initialized.
For example if I set require('@everlutionsk/ajaxcom').ajaxcom({beforeStart: spinnerStart(), onComplete: spinnerStop()}); then all ajaxcom requests should behave the same unless other options are set.
The text was updated successfully, but these errors were encountered:
klinec
changed the title
Make ajaxcom request in my own script
Make ajaxcom request from my own script
Nov 21, 2017
I'd like to be able make ajaxcom request like it was possible in previous version
$.ajaxcom(...)
.It would be nice if it could inherit options which were set when initialized.
For example if I set
require('@everlutionsk/ajaxcom').ajaxcom({beforeStart: spinnerStart(), onComplete: spinnerStop()});
then all ajaxcom requests should behave the same unless other options are set.The text was updated successfully, but these errors were encountered: