All Questions
4 questions
0
votes
1
answer
374
views
JSlint: Unexpected string concatenation error
Getting Unexpected string concatenation error,
All my functionality is working good, but it showing me Unexpected string concatenation error
$this.find('.content > .component:gt(' + (limit - 1) + ...
0
votes
1
answer
506
views
Expected ';' exception in I.E (JavaScript, jQuery)
I'm testing my website for I.E compatibility and right away I run into plethora of problems:
DOM7011: The code on this page disabled back and forward caching. For more information, see: http://go....
-1
votes
1
answer
140
views
How to abort or stop JavaScript execution?
I am working in one example and that at some point(when something specific happen) to stop the execution of javascript code.
Here is the row where I detect the error(rows number 36 at the DEMO):
...
0
votes
1
answer
275
views
No line number specified in console error message. What to do?
In a recent day I faced with this kind of error message, that has no position specified. Debugging becomes much more difficult. What did I do wrong?
When I started re-define JSON.parse functions of ...