I wrote a image upload with jQuery, the code like this:
After the image is uploaded, it enters the onComplete
function, but the code throws a exception.The following is the exception:
And I click the VM1413:1
, and the following is the code:
{"msg":"success!","code":0,"data":"a image url"}#yddContainer{display:block;font-family:Microsoft YaHei;position:relative;width:100%;height:100%;top:-4px;left:-4px;font-size:12px;border:1px solid}
And I find {"msg":"success!","code":0,"data":"a image url"}
is the ajax response.
And #yddContainer{display:block;font-family:Microsoft YaHei;position:relative;width:100%;height:100%;top:-4px;left:-4px;font-size:12px;border:1px solid}
, this CSS is for one chrome extension.
So I have some questions:
- Why is the exception code thrown in the VM?
- Why the ajax repsonse appears in the VM?
- Why the chrome extension CSS appears in the VM? And Why they are mixed?