markcell / jquery-tabledit

Inline editor for HTML tables compatible with Bootstrap.
http://markcell.github.io/jquery-tabledit/
MIT License
435 stars 208 forks source link

json parser error #134

Open Hancockm910 opened 4 years ago

Hancockm910 commented 4 years ago

I've tried a few setups and have managed to get the table working. It displays my DB info and will update when I edit the cells. However, the onFail() function gets called each time with a parsererror.

SyntaxError: Unexpected token U in JSON at position 0 at JSON.parse () at n.parseJSON (jquery.min.js:4) at uc (jquery.min.js:4) at x (jquery.min.js:4) at XMLHttpRequest. (jquery.min.js:4)

Any idea why this is going off? Thanks