There was the same problem. I fixed it by fighting for a long time and tried a bunch of thinkers who did not work. But this work :)
Check the jquery script tag. If it contains type = "text / javascript" like this
<script type="text/javascript" src="~/scripts/jquery-1.9.0.js"></script>
then replace "text / javascript" with only "javascript"
<script type="javascript" src="~/scripts/jquery-1.9.0.js"></script>
Really vierd behavior, but it works. If anyone has a good explanation, please write an answer to this question.
NB! This only works for IE8, not Chrome or Firefox!
source share