$.answer=42
google-analytics.com
$.answer=42
1–10 of 27 posts
Re: $.answer=42
#2Re: $.answer=42
#3[1] For those not in on the joke: http://en.wikipedia.org/wiki/42_(number)#The_Hitchhiker.27s_...
Re: $.answer=42
#4Re: $.answer=42
#5Re: $.answer=42
#6Is it just me, or is their analytics JS file down?
Re: $.answer=42
#7$ is what? [1] [1] For those not in on the joke: http://en.wikipedia.org/wiki/42_(number)#The_Hitchhiker.27s_...
From: http://stackoverflow.com/questions/1661197/valid-characters-...
Re: $.answer=42
#8It's been a few decades.. Maybe time for some new community jokes?
Re: $.answer=42
#9$ is what? [1] [1] For those not in on the joke: http://en.wikipedia.org/wiki/42_(number)#The_Hitchhiker.27s_...
Re: $.answer=42
#10$ is what? [1] [1] For those not in on the joke: http://en.wikipedia.org/wiki/42_(number)#The_Hitchhiker.27s_...
$ is a function object.
$.answer is a property of that object.
$ itself doesn't really mean anything special in javascript.
jQuery and other libraries often use $ as their main object, so it's probably best to avoid using it unless you need to or it's wrapped in another function.