Opened 14 years ago
Closed 14 years ago
#4477 closed bug (invalid)
jQuery Error in IE7
Reported by: | fanderson | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3.2 |
Component: | unfiled | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I am using the drop shadow plugin http://plugins.jquery.com/project/DropShadow, which works fine in Firefox but I get an error 12949 in IE7.
My code is as follows:
<script type="text/javascript"> $(document).ready(function(){
$('.main_content').dropShadow();
}); </script>
Note: See
TracTickets for help on using
tickets.
This isn't a jQuery core bug. Please post plugin help questions on one of the jQuery forums.