Monday, 15 September 2014

jquery - Runtime error 0x800a139e in new MVC project? -



jquery - Runtime error 0x800a139e in new MVC project? -

when creating , running blank new mvcapplication (internet site template, vs2012 sp1, mvc4 on win8), debug-output shows:

exception thrown @ line 5108, column 4 in http://localhost:64687/scripts/jquery-1.7.1.js 0x800a139e - laufzeitfehler in javascript: syntaxerror

jquery 1.7.1.1

i error in other projects other jquery-versions. reason?

thanks hints.

edit: line number in other projects 4224 or 3983 in jquery-1.9.1.js. sorry weak description, can't grip on error. :(

i found code when looked in jquery-1.7.1.js. matches.call line 5108... looks jquery intentionally causing exception, i'm going ignore , move on. else suggested on board jquery trying interoperate sizzle.

you can delete try-catch block if want.

try { // should fail exception // gecko not error, returns false instead matches.call( document.documentelement, "[test!='']:sizzle" ); catch( pseudoerror ) { pseudoworks = true; } }

jquery asp.net-mvc

No comments:

Post a Comment