/*
- * jQuery (http://jquery.com/)
+ * JQuery (http://jquery.com/)
* By John Resig (http://ejohn.org/)
* Under an Attribution, Share Alike License
*
checked: "a.checked"
},
// TODO: Write getAttribute helper
- ".": "$.hasWord(a.className||a.getAttribute('class'),m[2])",
+ ".": "$.hasWord(a,m[2])",
"@": {
"=": "$.attr(a,m[3]) == m[4]",
"!=": "$.attr(a,m[3]) != m[4]",
setTimeout(function(){
if ( typeof Prototype != "undefined" && $.g == null && $.clean == null )
throw "Error: You are overwriting jQuery, please include jQuery last.";
-}, 1000);
+}, 1000);
\ No newline at end of file