-
Notifications
You must be signed in to change notification settings - Fork 0
jQuery
Till now you have been creating static websites using just HTML/CSS. Your website will stay the same no matter what. But what if you want a website which is dynamic?
Assuming you already know HTML/CSS and JavaScript, now let's figure out how to combine both of these things to create dynamic websites.
JavaScript can help you add/modify/delete HTML/CSS on your website. However, it can get too long if you do everything using plain JavaScript. Read more here if you want to know how plain JavaScript can be used for websites. To combat this, people have created a library which makes it much easier to use JavaScript for web development. It's called jQuery.
Let's use FreeCodeCamp again to learn jQuery.
- Complete jQuery Exercises
- Create one of the projects listed here and share in the main WhatsApp group! (We would love to see your progress 😃)
- 💻 Use "get a hint" or "watch a video" option on FreeCodeCamp.
- 🔍 Google for at least 10 minutes. (The Read-Search-Ask Methodology for getting unstuck)
- 📱 Send a message in the Turing Club WhatsApp group and someone will help you out.
Congratulations on finishing! 💃
If you have any suggestion or feedback about this tutorial, share it in the group so we can improve it for those after you.