Opened 13 years ago
Closed 13 years ago
#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: | |
Blocked by: | Blocking: |
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 (1)
Change History (2)
Changed 13 years ago by
comment:1 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
I am not sure what bug you are reporting. Please reopen with a complete test case.
Note: See
TracTickets for help on using
tickets.
Functions declared here