jQuery bug? .appendTo() not working in IE7
I am trying to create an option transfer plugin for jQuery. I have the basic functionality working in opera, firefox, chrome & safari but IE7 is failing to co-operate. The transfer functions in IE7 appear to operate very sporadically and incomprehensibly. I have created an example page to illustrate my problem . Can anyone see where I am going wrong? Thanks, This doesn't look like an .appendTo()-error-in-jQuery as much as an IE7-has-superfunky-select-box-behavior problem. This workaround seems to make it behave: .parent() .click(function () { $selectBox1.find('option:selected') .appendTo(