I'm having a problem (see 2 screenshots):
1
2
The problem is "SyntaxError: identifier starts immediately after numeric literal"
This data im trying to send through the ajax script is html, right? Because it says data-type: html.
What is an identifier? Why is the problem at the -4d and not the -50 preceding it?
If I remove the dashes, there are no problems. If I add quotes around the string, there are no problems. But I can't use these two solutions. I need the string as-is.
Help! This has been driving me crazy. Can't seem to come up with a solution. Thanks in advance!