Opened 10 years ago
Closed 10 years ago
#14178 closed bug (wontfix)
matchExpr[type].exec is not a function
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
<!DOCTYPE html> <html> <body> <input type='button' name='btn' value='click'/> <script> Object.prototype.toQueryString = function () {} </script> <script src='jquery-1.10.2.js' type='text/javascript'></script> <script> $("[name='btn']"); </script> </body> </html>
when i tried to run the web page then it throws error like TypeError: matchExpr[type].exec is not a function. that error is in IE 9 Compatibility View with windows 7 x64
Note: See
TracTickets for help on using
tickets.
http://contribute.jquery.org/wont-fix/