Can a function be called in AJAX success using Jquery?
I am unable to use most jQuery in Ajax success. I am trying to have an error message from the response appear in my notify (toast) div, but anything I try except .show() and .hide() will not work. I have…