have you ever tried with character javascript variable ? trust me i am not kidding
. javascript supports two special one character variable. one is underscore(_) and another one is ($). Try out in your firebug console.
_ = ' i am an underscore';
$ = ' 6 million dollar man';
alert(_ + ' : ' + $);
Isn’t it interesting ? but dont use it professionally if you are not master in javascript as it would be make others ins puzzle about what the variable means.
Cheer$
$haymoL
Advertisement
great post