Changes between Initial Version and Version 1 of Ticket #7287, comment 6
- Timestamp:
- 10/15/2016 12:11:23 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7287, comment 6
initial v1 1 I believe it's useful for js, when conditionally hiding some options based on other fields options or data. Data attributes are slower than selecting by Id. 1 I believe it's useful for js, when conditionally hiding some options based on other fields options or data. Data attributes are slower than selecting by Id. And it's also semantics - data attr are for extra none identifier values. While ids are self explanatory - unique. Anyway, we already have that for checkboxes, changing there is not good for BC. So I think we just need to unify everything.