Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

success function #11

Closed
db3344 opened this issue Feb 13, 2017 · 3 comments
Closed

success function #11

db3344 opened this issue Feb 13, 2017 · 3 comments

Comments

@db3344
Copy link

db3344 commented Feb 13, 2017

How Can I call success function?
success = function() { alert("Success"); };

@janbaudisch
Copy link
Contributor

I don't understand your question. What success function?

@db3344
Copy link
Author

db3344 commented Feb 13, 2017

I need this funqcion it is in other plugin...

  var success = function() { alert("Success"); };           // Do something on success return.
  var error = function(message) { alert("Oopsie! " + message); };   // Do something on error return.

how can I receive Success alert?

@db3344
Copy link
Author

db3344 commented Feb 13, 2017

I Find Solution Super plugin Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants