Hi Were you able to solve this problem. I am also facing a similar problem and posted my problem today. So wanted to know if you were able to find out the root cause
thank you anuradha k On Aug 15, 10:10 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > why is it that in firefox you can enable and disable a select tag and > also select o deselect an option but it doesnotwork withIE?? > > $(":text").dblclick(function() { > $("#myselect").attr('disabled', > "disabled").fadeOut('slow').children().removeAttr('selected'); > }); > > That code only works in Firefox....notIE... > help please, how do I get around this?