[jQuery] Re: Something is not working in IE7

2009-04-22 Thread iceangel89
anyone? On Apr 9, 11:15 pm, iceangel89 iceange...@gmail.com wrote: i seem to have some funny behavior in IE7 ... basically i have can add a option to a select elem with a ajaxForm -http://malsup.com/jquery/form/. then once added, i will repopulate the select from db. in Firefox all works

[jQuery] Re: Something is not working in IE7

2009-04-22 Thread brian
Try SHIFT-refresh. Your select element is being cached. You might want to add some headers for that. http://greenash.net.au/posts/thoughts/an-ie-ajax-gotcha-page-caching and, fwiw ... http://support.microsoft.com/kb/234067 On Wed, Apr 22, 2009 at 11:26 PM, iceangel89 iceange...@gmail.com