When using jQuery in JavaScript, why are there so many dollar signs in the code?
The $() function (AKA the jQuery function) is the core tool in JQuery (and other libraries like prototype and mootools).
This function searches for standard elements in the DOM that are passed to it, once it locates them it returns them in an extended form (with added methods) that allows you to do all manner of things that would take many lines of code without the library.
Name (required)
Mail (will not be published) (required)
Website