[eluser]bgreene[/eluser]
I had several problems using jquery with ie and solved them all by using post instead of get.
autocomplete was one such problem and was solved by changing $.get(makeUrl(q), function(data) in function requestData(q) to $.get(makeUrl(q)
this might help