<Updating button text with jQuery before and after...
# community-feeds
r
Updating button text with jQuery before and after ajax I am trying to update the Sign In button text before and after an ajax request. However, when the submit button is pressed, nothing actually changes until the ajax has completed. (If I didn't do anything on ajaxComplete, the button will say "Logging in", but not until the AJAX request has completed.). The console logs get added at the correct times. Username Password...