Skip to main content

Bug Tracker

Side navigation

#8063 closed bug (fixed)

Opened January 26, 2011 12:25PM UTC

Closed January 26, 2011 12:51PM UTC

input[id^=] returns opposite results in 1.4.4

Reported by: Jacob Jonas Owned by:
Priority: high Milestone: 1.5
Component: selector Version: 1.4.4
Keywords: Cc:
Blocked by: Blocking:
Description
input[id^=]

prior to 1.4.4 used to return the same results as

input[id]

but doesn't any more.

This is the complete opposite as it now returns elements with an empty attribute whereas prior to 1.4.4 it returned elements which had a non-empty attribute.

Attachments (0)
Change History (1)

Changed January 26, 2011 12:51PM UTC by jitter comment:1

component: unfiledselector
milestone: 1.next1.5
priority: undecidedhigh
resolution: → fixed
status: newclosed

Thanks for taking the time to contribute to the jQuery project by writing a bug report. The next time please also provide a test case as described in : How to report bugs

This has been fixed by the fix for #6093. I made this quick test case which shows the same behavior as jQuery < 1.4.4 .

Please report back if this is fixed for you too with the 1.5rc1 release.