This repository contains my learning and practice of jQuery fundamentals, completed during my internship. It covers the core concepts required to simplify JavaScript coding and handle web page interactions efficiently.
Introduction to jQuery, Selecting elements (Selectors), Event handling (click, hover, etc.), DOM manipulation, CSS manipulation using jQuery, Effects and animations (hide, show, fade, slide), Form handling basics
Through this, I understood how jQuery makes it easier to:
- Write less code compared to JavaScript
- Handle events and user interactions smoothly
- Manipulate HTML and CSS dynamically
HTML, CSS, JavaScript, jQuery
This repository is created as part of my learning journey to strengthen frontend development skills and build a strong foundation for advanced frameworks like Angular.