+ 2

Which symbol is used to access jquery ?

answer

10th May 2017, 7:31 PM
Salah Ayoob
Salah Ayoob - avatar
2 Answers
+ 3
before that add this to your html head <script src="https://code.jquery.com/jquery-3.1.1.js"></script> Since it is in the script element you can probably just add src="https://code.jquery.com/jquery-3.1.1.js" to the JS folder or section.
10th May 2017, 10:08 PM
Manual
Manual - avatar
+ 2
$() dollar sign 😀
10th May 2017, 7:34 PM
⏩▶Clau◀âȘ
⏩▶Clau◀âȘ - avatar