SyntaxFix
Write A Post
Hire A Developer
Questions
Just for the record it can also happen if you try to use undeclared variable in data like
var layout = {}; $.ajax({ ... data: { layout: laoyut // notice misspelled variable name }, ... });