Hi,
I know a bit of javascript, and can work fine with jquery. i just don't get why everything is referenced from $(). My understanding is that $ is never needed in javascript (unlike for example php, where every variable is prefixed with $).
ive looked through the source code and it doesnt really make sense. Is is just $ is the function name (eg, it could have easily have been jquery(), but they selected $?) i assume not though, as i don't think $ is valid in function names in JS??