mirror of
https://github.com/jquery/jquery.git
synced 2026-01-26 10:47:56 -05:00
Fixed minor bug in jQuery.parse[1] expression.
This commit is contained in:
2
src/jquery/jquery.js
vendored
2
src/jquery/jquery.js
vendored
@@ -1784,7 +1784,7 @@ jQuery.extend({
|
||||
"\\[ *(@)S *([!*$^=]*) *('?\"?)(.*?)\\4 *\\]",
|
||||
|
||||
// Match: [div], [div p]
|
||||
"(\\[)\s*(.*?)\s*\\]",
|
||||
"(\\[)\\s*(.*?)\\s*\\]",
|
||||
|
||||
// Match: :contains('foo')
|
||||
"(:)S\\(\"?'?([^\\)]*?)\"?'?\\)",
|
||||
|
||||
Reference in New Issue
Block a user