Reviewer
Reviewer
What is jQuery?
• A JavaScript library that makes HTML DOM manipulation, event handling, CSS animation,
and Ajax easier.
Key Benefits:
• Local Installation: Download and link the jQuery file in your HTML.
jQuery Syntax:
• Basic: $(selector).action()
o $ – Access jQuery
• Examples:
Document Ready:
• Use $(document).ready(function(){ ... }); to make sure code runs after the DOM is loaded.
jQuery Selectors:
• ID Selector: $("#id")
Event Methods:
Effects:
DOM Manipulation:
• What is AJAX? Loads data from a server without refreshing the page.
• Main Methods:
o $.ajax({ ... })
What is an API?
Types of APIs:
3. Composite APIs
4. Partner APIs
o Access controlled via licenses/rights. E.g., Amazon API for business partners.
Real-World Applications:
• Weather Data: Apps/websites using weather APIs from NASA, ISRO, etc.
Lesson 7: Frameworks
What is a Framework?
• A pre-designed set of tools, libraries, and best practices to help you efficiently build and
maintain web applications.
Front-End Frameworks
Back-End Frameworks