javascript - Visual Studio 2013 - Debugging Ajax, where are the error messages in Internet Explorer Debugging tools -
i had problem of javascript / ajax code made typo in ajax call. following - loadtext.html incorrectly named lodtext.html (this simplified example)
$("#loadbutton").click(function () { $("#loaddiv").load("lodtext.html"); there no error message or pointed me problem. looking in internet explorer debugging tools have expected see
"lodtext.html not exist"
or similar. there someway of finding problems using debugging tools. (or should switch browser?) have expected problem displayed in obvious way
i switch using debug tools in chrome. debug window displayed 404 error ie tools not displaying reason
Comments
Post a Comment