Change text inside p element with jQuery method chaining
How do I change the text of p element to "Congratulations" when the "Start chaining" button is clicked. I want to add another chaining method to do that. <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>jQuery Method Chaining</title> <script…