phachon

Results 1 issues of phachon

I want to execute the callback function after the ntify execution is complete: testSubmit(element, callback) { //submit success $('button[name="submit"]').notify('submit success', {position: "right", className: 'error'}) callback(); } callback() execute before the...