Now handle the case where Safari's querySelectorAll fails on uppercase characters...
authorJohn Resig <jeresig@gmail.com>
Wed, 21 Jan 2009 22:57:07 +0000 (22:57 +0000)
committerJohn Resig <jeresig@gmail.com>
Wed, 21 Jan 2009 22:57:07 +0000 (22:57 +0000)
commitf9a584972365bda0631116ec6fe07df9b6f9c372
treed09d1a5028a04f2f677e05f203e05a1ea40302fe
parent9b3804a8eca6ce04dd48fbfcc157c8d176a25397
Now handle the case where Safari's querySelectorAll fails on uppercase characters in quirks mode. Added a test to check for it and re-worked some of the existing tests to better handle document order issues. Fixes jQuery bug #3840.
src/selector.js
test/index.html
test/unit/selector.js