Skip to content

Instantly share code, notes, and snippets.

/*
* JQuery (http://jquery.com/)
* By John Resig (http://ejohn.org/)
* Under an Attribution, Share Alike License
*/
function $(a,c) {
var $a = a || $.context || document;
var $c = c && c.$jquery && c.get(0) || c;