Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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>
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.

This isn't a jQuery core bug. Please post plugin help questions on one of the jQuery forums.