Opened 14 years ago
Closed 13 years ago
#4790 closed bug (worksforme)
selector with class doesn't work with macos x safari
Reported by: | walderT | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3.2 |
Component: | selector | Version: | 1.3.2 |
Keywords: | safari MacOSX | Cc: | |
Blocked by: | Blocking: |
Description
Following Example doesn´t works on Safari on MacOS X
<script language="javascript" type="text/javascript" >
$(document).ready(function(){
alert($('.myClass').length);
}); </script>
<div class="myClass">x</div>
Change History (1)
comment:1 Changed 13 years ago by
Component: | unfiled → selector |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Seems to work for me ... can you reopen with a complete test case if the problem still exists?