Answer the question
In order to leave comments, you need to log in
Debugging preloaded javascript?
Hello.
I use reloading on the client implemented in this way
loadJS: function (url) {<br/>
$.ajax({<br/>
async: false,<br/>
cache: true,<br/>
url: url,<br/>
dataType: "script"<br/>
});<br/>
}
Answer the question
In order to leave comments, you need to log in
for development, you can load it in advance, and when you check everything, load it dynamically.
Found in firebug (in the upper left corner) a drop-down menu.
One of the points is this: show static, eval and event scripts.
The script loaded in my way became available for viewing, but it is shown in one line and is not suitable for debugging.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question