Response title
This is preview!
I have am trying to use getJSON() in an ASP.NET MVC 5 View:
getJSON errors in this part of the jquery.js (version 2.1.3.). When
these variables contain:
url = undefined
s.url = an object containing url: "/Home/EditData"
ajaxLocation = "http://localhost:51766/Home/EditData"
the code hits this command:
s.url = ( ( url || s.url || ajaxLocation ) + "" ).replace( rhash, "" ) .replace( rprotocol, ajaxLocParts[ 1 ] + "//" );
© 2013 jQuery Foundation
Sponsored by and others.