[jQuery] Re: Select box (selectedIndex) problems in Internet Explorer (ie) on refresh and back buttons

2007-11-16 Thread [EMAIL PROTECTED]
I use the plugin above to "remove" the options I don't want to see. But when I remove them, I "cache" them in a variable attached to the select object. I then provide a new function called restoreOptions() which uses the data in the cache variable to add the options back into the select box. So

[jQuery] Re: Select box (selectedIndex) problems in Internet Explorer (ie) on refresh and back buttons

2007-11-14 Thread Flesler
You should explain HOW do you worked around hiding the option in IE. What do you need to do exactly? I had the opposite problem some time ago, I was all cursing Firefox, for not respecting the selected="selected" on refreshes. You could force the selectedIndex to 0 (or something else) on start, or

[jQuery] Re: Select box (selectedIndex) problems in Internet Explorer (ie) on refresh and back buttons

2007-11-14 Thread [EMAIL PROTECTED]
Anyone? I could really use some insight into this problem.