Skip to content

Instantly share code, notes, and snippets.

@FagnerMartinsBrack
Created March 15, 2015 20:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FagnerMartinsBrack/4928e441f2fe9f140d68 to your computer and use it in GitHub Desktop.
Save FagnerMartinsBrack/4928e441f2fe9f140d68 to your computer and use it in GitHub Desktop.
Fagner`s Front-End Craziness Checklist

Commons issues that make me lose a few minutes to a few hours to find out the cause.

Something only updates in IE when I open developer tools
  1. Check the cache - Ajax GET requests are always cached by default in IE, but not cached by default when developer tools is open.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment