Side navigation
#12464 closed bug (invalid)
Opened September 05, 2012 06:17AM UTC
Closed September 05, 2012 02:21PM UTC
jQuery attribute starts with selector that is null
Reported by: | merrickkw@gmail.com | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | selector | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
given the
obj.filter("[id^='']")
it always return false, when it should always return true
Attachments (0)
Change History (1)
Changed September 05, 2012 02:21PM UTC by comment:1
component: | unfiled → selector |
---|---|
priority: | undecided → low |
resolution: | → invalid |
status: | new → closed |
Actually, it should return false.