I'm working on a front-end web application using JQuery with lots of Ajax calls. My problem it that whenever Chrome devtools is closed, the application does not work as expected (especially the Ajax-appended content). On the other hand, when Chrome devtools is open, everything works great.
I've read some similar posts and they were helpful at first, but now I'm running into the same problem and I'm not sure why.
Note:
1) All Ajax calls are set to cache:false as suggested here.
2) I've removed all console logs as suggested in another post that I can't find anymore.
Both suggestions worked temporally for a while, but now I'm where I left off. Any other suggestions as to how Chrome devtools can interfere with Ajax?