IE doesn't seem to like to eval anonymous functions. Is there a way around this other than to strip the function wrapper? I know you should normally avoid using eval for anything but I do have a good reason for doing this.
- [jQuery] IE will not eval this: eval("function(){alert(... Daemach