> If the above doesn't help, then there may be an error in your callback > function. > It's very annoying but jQuery supresses all error messages within its > Ajax implementation. I stopped this error trapping so if something > goes wrong I have something to go on and find a way to fix the > problem. You will need to edit the jQuery source in order to do this, > so I recommend making a record of it for you own reference.
Sure enough, IE is throwing an error I never saw before. But in true IE fashion, the error doesn't help much: Line: 1878 Char: 4 Error: Expected ';' Code: 0 Going back to dissect my other js code some more.