Modify ↓
Ticket #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: | |
| Blocking: | Blocked by: |
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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?