13

Guess what.... I've been trying to debug why didn't the HTML I injected into the modal show at all. After like 15 minutes of debugging, changing functions - turns out the background color of the modal and the color of the text was same.... :=

Comments
  • 1
    I spent 10 long minutes scratching my head why some HTML was not displaying... turned out i had applied inline styling and had display:none...
    I felt mentally raped by my own self that day
  • 0
    I did this once while trying to populate the page with data from the database. I shutdown, called it a day and went and had a beer. That helped.
Add Comment