codeGK
Code it ALL
jQuery Installation - CodeGK
♦ jQuery Installation

♣ jQuery Install On Windows

A simple link can be included for usage of jQuery in any popular browser.
The script tag is as follows: "<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>" Include the above script tag in head tag.

♣ jQuery Install On Linux

A simple link can be included for usage of jQuery in any popular browser.
The script tag is as follows: "<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>" Include the above script tag in head tag.

♣ jQuery Install On Mac-OS

A simple link can be included for usage of jQuery in any popular browser.
The script tag is as follows: "<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>" Include the above script tag in head tag.
Prev_LessonNext_Lesson
jQuery Installation