Assignment from The Iron Yard-Austin
Week 4 - day 13
Using jQuery, build a button that becomes disabled when you click on it and changes its text to "Loading..." and then returns to its normal state after 4 seconds
After completing this assignment, you should…
- Understand how to select HTML elements using jQuery
- Understand what a callback function is
After completing this assignment, you be able to effectively use
- $.html()
- $.prop()
- setTimeout
- A repo containing at least:
index.htmlscripts/main.jspackage.json
- No ESLint warnings or errors
Replicate the following behavior using jQuery.
Update your loading button to include a progress bar.

