Unexpected end of input erorr only when using bootstrap
I have some javascript I wrote that works perfectly with my plain html
file but when I use the code with a page I made with bootstrap I get an
error. The line that gets the error is var result =
JSON.parse(this.responseText); for an xml http request, the error I get is
Unexpected end of input. I don't understand because it's the exact same
code that I have working. Any ideas how I can fix it without simply not
using bootsrap?
No comments:
Post a Comment