Bug Tracker

Modify

Ticket #4790 (closed bug: worksforme)

Opened 4 years ago

Last modified 3 years ago

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

comment:1 Changed 3 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to worksforme
  • Component changed from unfiled to selector

Seems to work for me ... can you reopen with a complete test case if the problem still exists?

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.