Updated core code to mirror what's in the web version of latest.
This commit is contained in:
parent
648f08330b
commit
e3828d1a48
4
jquery/jquery.js
vendored
4
jquery/jquery.js
vendored
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* jQuery (http://jquery.com/)
|
* JQuery (http://jquery.com/)
|
||||||
* By John Resig (http://ejohn.org/)
|
* By John Resig (http://ejohn.org/)
|
||||||
* Under an Attribution, Share Alike License
|
* Under an Attribution, Share Alike License
|
||||||
*
|
*
|
||||||
|
@ -383,7 +383,7 @@ $.g = {
|
||||||
checked: "a.checked"
|
checked: "a.checked"
|
||||||
},
|
},
|
||||||
// TODO: Write getAttribute helper
|
// 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]",
|
||||||
"!=": "$.attr(a,m[3]) != m[4]",
|
"!=": "$.attr(a,m[3]) != m[4]",
|
||||||
|
|
Loading…
Reference in a new issue