Introduction to jQuery

jQuery - Intro and Setup
jQuery is a Javascript library
simplifies certain common tasks such as styling, animation, DOM manipulation, and AJAX
automatically handles certain cross-browser compatibility issues
course content can install jQuery source locally and reference its location
cn also use snippet below to get jQuery from Google's CDN
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
    
Top

Index

n4jvp.com