form submit returns "Uncaught SyntaxError: Unexpected end of input"
form submit returns "Uncaught SyntaxError: Unexpected end of input"
hello ,
I am working with sencha touch, I've created some forms which are supposed to update the content on my page and are appearing when the user touches the text.
when i press the submit button or press enter, the request is being sent to the server, however the success method is not being called (failure neither) and the browser returns this error:
"Uncaught SyntaxError: Unexpected end of input"
i checked my file and it seems to be ok. all curly braces seem to be closed.