jquery .live and ajax not working in ie
I am blending jquery with codeigniter.
jquery .live and ajax will not work in ie. The process works fine in chrome and firefox; but not in ie.
However, when I open ie's dev tools and insert a breakpoint in my jq file, it will start working, and keep working even after I remove the breakpoints.
If I close and reopen the ie browser it fails, until I repeat the process. No other changes were made.
Any ideas.
Thanks
Rick