Side navigation
#12057 closed bug (fixed)
Opened July 11, 2012 10:44AM UTC
Closed July 11, 2012 09:23PM UTC
Sizzle Regression
Reported by: | mail.someone@gmail.com | Owned by: | gibson042 |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | selector | Version: | 1.8b2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Was working in 1.8b1, now breaks in 1.8b2
ok (quoted value)
$("input:radio[value='1']")
nok (was working in all jQ pre 1.8b2 versions)
$("input:radio[value=1]")
Tested in FF 14
Test case: http://jsfiddle.net/mcfEs/