6
ddit
4y

I feel retarded. Just spent a good solid 15 minutes trying to figure out what was wrong:

<input id="#example" type="text">

let data = $('#example').val()

And I was sending data to the backend and wondering why it always came across as undefined...

Comments
  • 5
    Don't worry, 15 minutes is quite short ;)
  • 3
    Beat me: margin-top: 1px solid #000;

    I gues we both are imbecils.
  • 1
    Been there done that, it's painful when you find out your own stupidity caused you so much trouble XD
  • 1
    That is an understandable Mistake, Happened to me once.
  • 1
    I've probably done that more than once.
  • 2
    If there is ONE profession or hobby that will laugh at your intelligence and make you feel retarded, its programming
Add Comment