Bug Tracker

Modify

Ticket #5762 (closed bug: invalid)

Opened 3 years ago

Last modified 3 years ago

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

common.js Download (2.2 KB) - added by modelreject 3 years ago.
Functions declared here

Change History

Changed 3 years ago by modelreject

Functions declared here

comment:1 Changed 3 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to invalid

I am not sure what bug you are reporting. Please reopen with a complete test case.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.