I have jQuery which produces a popup window, as outlined here:
http://www.jsfiddle.net/sLjfx/4/
The problem is that the following line:
$('#txtValuation').focus();
doesn't seem to want to work in IE8. The popup will load, but the textbox doesn't have focus, where in Chrome the box does have focus.. Is there any work-around for it?