On my website there is a situation where I need to append new < //option> tags to a specific selection box. I am doing the following:
1.Make an ajax request which
It's a known IE bug. You can either user DOM methods to append/replace the option elements, or you can use the workarounds suggested by Microsoft, one of which is to wrap your select in a div and set the div's innerHTML to "..."