Changes between Version 2 and Version 3 of Ticket #22693, comment 17
- Timestamp:
- 12/04/12 13:33:58 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22693, comment 17
v2 v3 3 3 What we do is to simulate the 'selected' property using this attribute (which is not it's purpose). 4 4 5 A better approach would be to handle dropdowns using [http://api.jquery.com/select/ .select()] to trigger the event on the required element and [http://api.jquery.com/selected-selector/ :selected] selector to match the selected element as s hownin attachment:22693.5.diff.5 A better approach would be to handle dropdowns using [http://api.jquery.com/select/ .select()] to trigger the event on the required element and [http://api.jquery.com/selected-selector/ :selected] selector to match the selected element as suggested in attachment:22693.5.diff.