Hi There :-)
I have a Fogbugz plugin that shows a page with two dropdowns on the page, when the uses makes a selection in the first dropdown, a JQuery call is made back to the plugin to refresh the entire div where the two dropdowns are residing.
When the Jquery call has completed it's refresh of the div, the two dropdowns are invisible. But if I say view code, I can see the HTML markup for the div with the two dropdowns in.
I also tried to put a System.DateTime.Now.ToLongTimeString() into the div contens, and the time updates nicely in the div area.
So everything works fine, except that the two dropdowns disappears from the GUI.
Is there a known problem in FogBugz GUI with dropdowns (Select) and JQuery ?