#751 closed enhancement (wontfix)
selectors regex enhancement
Reported by: | spinnach | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
..it would be nice if jquery would support selecting elements in the following manner: select every input[@type=text OR password]', eg: $('input[@type=text|password] or $('a[@title=foo|bar]').. it would speed things up too, i think..
Note: See
TracTickets for help on using
tickets.
We're going to pass on this, for now. You can currently duplicate your intended result by doing:
That'll have to be good enough for now.
If you have any other suggestions, please feel free to bring them up on the dev mailing list, so that we can discuss them further, thanks.