[jQuery] Re: IE6 - Ajax onchange error

2009-08-07 Thread Matthias Kolbe
good morning :o) I solved the problem: - IE6 is deleting every single option if you use XXX.html(''); or the jq-plugin with .removeOption(/./); and stops the browser for this time - all other(including IE7+IE8) are handling this in background process. Result: I used the beforeSend methode to c

[jQuery] IE6 - Ajax onchange error

2009-08-06 Thread Matthias Kolbe
Hello there :o) I have a little problem, I have 4 selectboxes with an onchange event. Onchange should call an ajax request using jquery and reload those boxes. The problem is, that the selectbox I used for selection stays open and stops the browser for a view seconds, but just for the first tim