View Single Post
Old 11-21-2012, 02:34 AM   PM User | #3
Logic Ali
Regular Coder

 
Logic Ali's Avatar
 
Join Date: Sep 2010
Location: London
Posts: 959
Thanks: 0
Thanked 198 Times in 193 Posts
Logic Ali will become famous soon enoughLogic Ali will become famous soon enough
The code as posted is full of illegal line breaks, and so won't run anywhere.
Once formatted you'll see that the IE error console indicates 'object doesn't support this action'.
It soon becomes clear that it doesn't like the reference to item, which in I.E. is a global object. Call it something else.
Logic Ali is offline   Reply With Quote