Skip to main content

Bug Tracker

Side navigation

#5762 closed bug (invalid)

Opened January 06, 2010 10:53AM UTC

Closed June 13, 2010 11:43PM UTC

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)
  • common.js (2.2 KB) - added by modelreject January 06, 2010 10:54AM UTC.

    Functions declared here

Change History (1)

Changed June 13, 2010 11:43PM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

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