Modify ↓
Ticket #5762 (closed bug: invalid)
IE error Invalid argument. Had to remove bit of jquery code
| Reported by: | modelreject | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | unfiled | Version: | 1.3.2 |
| Keywords: | Internet Explorer Invalid argument | Cc: | |
| Blocking: | Blocked by: |
Description
I had a recurring error in IE "Invalid Argument" that was only resolved when I removed this piece of code...
if(set) elem[name] = value; return elem[name];
Code used to initialize functions below... <script src="js/jquery1.3.2.js" type="text/javascript"></script> <script src="js/common.js" type="text/javascript"></script> <script type="text/javascript"> mylib.image_hover.init(); mylib.showreel.init(); </script>
Files are attached.
Attachments
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.


Functions declared here