SyntaxFix
Write A Post
Hire A Developer
Questions
Your problem is actually caused by:
$('input_6').hint('ex: [email protected]');
You need to escape the single quotes to be \'
\'
However: Using a Heredoc is a much better idea, as it will be much cleaner overall.