eval() bug in IE
eval('function(){}') evaluates to undefined in IE, the same for eval('(function(){})').
How to get the Function?
eval('[function(){}][0]')
IE, you always let me down!
Arrix writes about web development, programming and all his weird thoughts
eval('function(){}') evaluates to undefined in IE, the same for eval('(function(){})').
How to get the Function?
eval('[function(){}][0]')
IE, you always let me down!
Posted by Arrix at 4:55 PM 1 comments
Labels: hack, javascript