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 agree, this would be very good to have callback support on this good library. At the moment, the only way is to use a timeout function which I find redundant and not very nice.
I want to execute the callback function after the ntify execution is complete:
<script> testSubmit(element, callback) { //submit success $('button[name="submit"]').notify('submit success', {position: "right", className: 'error'}) callback(); } </script>callback() execute before the notify,this is exactly the opposite of what I expected
I looked at the document, notify does not seem to support callback
Is there any way to solve my problem?
Thanks..
The text was updated successfully, but these errors were encountered: