Search code examples
ajaxdjangoformsinternet-explorer-8prototypejs

Django site using prototype.js not working on IE8


Referring to the other question I asked Django using AJAX with Forms, Views, I got the django site to work with FF and Chrome but its not working with IE8. It doesn't show any error. Just the data I had in the 2nd drop down disappears and the drop down is not updated with data. No error nothing. Is there a way to see if anyone else had this issue?


Solution

  • Decided to use JQuery lib instead of prototype and everything is working fine.