Opened 15 years ago
Closed 12 years ago
#2192 closed bug (fixed)
strict ~= selector
Reported by: | cloudream | Owned by: | flesler |
---|---|---|---|
Priority: | minor | Milestone: | 1.3 |
Component: | selector | Version: | 1.2.2 |
Keywords: | Cc: | cloudream | |
Blocked by: | Blocking: |
Description
strict ~= different from *=
Original: http://labs.cloudream.name/jquery/~=selector.html
Attachments (2)
Change History (6)
Changed 15 years ago by
Attachment: | selector.diff added |
---|
comment:1 Changed 15 years ago by
Type: | enhancement → bug |
---|
comment:2 Changed 14 years ago by
Cc: | cloudream added |
---|---|
Component: | core → selector |
Milestone: | 1.2.3 → 1.3 |
need: | Review → Patch |
Owner: | set to flesler |
Status: | new → assigned |
comment:3 Changed 14 years ago by
I've attached a patch that not only adds support for ~=, but also |=. The only compromise for more common selectors is on file size, and for efficiency, the worst one (|=) gets tested last.
The patch includes updates to the test suite to add tests for these new selectors and updates existing tests where results didn't match anymore.
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Correct me if I'm wrong but this should be fixed since approx. jQuery 1.3
Note: See
TracTickets for help on using
tickets.
patch for /src/selector.js