[jQuery] slideToggle problem in IE
Hi everyone,
Are there any known problems with slideToggle() and IE 7?
The following code behaves strangely when run on IE 7, the input
control that should receive focus dissappears for around 2secs after
it gains focus.
$("#myCheckbox").click(function() {
$("#detailData").slideToggle("normal", function() {
$("#nameInput").focus();
});
});
Regards
Beyers Cronje