This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 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; | |