SyntaxFix
Write A Post
Hire A Developer
Questions
change id="#message" to id="message" on your textarea element.
and by the way, just use this:
$('#send-thoughts')
remember that you should only use ID's once and you can use classes over and over.
https://css-tricks.com/the-difference-between-id-and-class/