Side navigation
#4790 closed bug (worksforme)
Opened June 19, 2009 02:57PM UTC
Closed June 13, 2010 03:01AM UTC
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>
Attachments (0)
Change History (1)
Changed June 13, 2010 03:01AM UTC by comment:1
component: | unfiled → selector |
---|---|
resolution: | → worksforme |
status: | new → closed |
Seems to work for me ... can you reopen with a complete test case if the problem still exists?