Opened 15 years ago
Closed 15 years ago
#1707 closed bug (fixed)
empty() does not work as expected if a SELECT tag has only one child in safari 2.0.4
Reported by: | StevenTyler | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.2 |
Component: | core | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Summary says it all :D
CODE:-------------------
<script type="text/javascript"> function dango() { $('#hey').empty(); } </script>
<select id="hey"> <option>HAHA</option> </select>
<input type="button" onclick="dango()"/>
Note: See
TracTickets for help on using
tickets.
This appears to be fixed in the latest SVN.