What is $ ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
4 Answers
+ 1
Hi Amber As @KrOW says if you see $ signs in web code it normally indicates that the code uses the jQuery libraries. You can also check in the HTML for something like this. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> I see a lot of cut and paste code here in the playground. Its better to learn HTML5 and CSS proficiently as many things in jQuery can be achieved in modern web standards. try http://vanilla-js.com/
27th Apr 2018, 10:44 AM
Mike Choy
Mike Choy - avatar
0
Its a character but more probably you refer to JQuery function then search it on google
27th Apr 2018, 8:50 AM
KrOW
KrOW - avatar
0
$ can also be used to designate a variable in PHP code: $this_is_a_variable = "some data";
27th Apr 2018, 3:06 PM
Rawdge
Rawdge - avatar
- 1
a dollar sign
27th Apr 2018, 9:58 AM
Markus Kaleton
Markus Kaleton - avatar