#2497 closed enhancement (worksforme)
:readonly
Reported by: | frohoff | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.2.4 |
Component: | core | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
It would be nice to have a :readonly form filter (readonly="true"), similar to :disabled, for complex forms that need immutable inputs that still get submitted with the form action
Change History (2)
comment:1 Changed 15 years ago by
comment:2 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
See above for the solution. Adding new pseudos isn't a good idea because they throw console warnings in Firefox / Safari / Chrome due to the use of querySelectorAll.
Note: See
TracTickets for help on using
tickets.
You mean a way to filter in or out readonly inputs in a form inside a selector?
If so, you can do this like this already:
i.e.:
Look at the attributes section of this page for more details: http://docs.jquery.com/Selectors