Changes between Initial Version and Version 1 of Ticket #7981, comment 1
- Timestamp:
- Jan 15, 2011, 8:34:00 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7981, comment 1
initial v1 1 1 Thanks for taking the time to contribute to the jQuery project by writing a bug report. 2 2 3 I looked into this and (as Alexey Proskuryakov on the webkit bug tracker already pointed out) this isn't an issue with `removeAttr()` directly but with WebKit acting strangewhen you set the `selected` property of a DOM option element to `false` (or `""`).3 I looked into this and (as Alexey Proskuryakov on the webkit bug tracker already pointed out) this isn't an issue with `removeAttr()` directly but with WebKit acting ~~strange~~ differntly when you set the `selected` property of a DOM option element to `false` (or `""`). 4 4 5 5 -----