[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] Re: IE6 - Ajax onchange error

2009-08-06 Thread James
Please post some example code. On Aug 6, 3:20 am, Matthias Kolbe wrote: > 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 se