I just spent probably 20 minutes pulling my hair out in frustration trying to get something to work. I renamed a div in my CSS file from ‘loading’ to ‘loading-main’. I then changed the name in my JS file as well. When it came time to call $(’#loading-main’).fadeIn(), nothing. I changed the name to something else, same thing. I went through my code over and over, and even thought maybe I wasn’t allowed to use a dash for naming for some stupid reason. Then it hit me, I didn’t change the div in my actual view file. ARGH
What’s the dumbest, most frustrating bug you have had to track down?