I have the following code:
function reload() {
var referenceID = $( #ReferenceID ).val();
$( #detailData ).load(Url.Action("DetailData", new { pk = referenceID }));
}
它指出了在k后“=”上的yn误。
How can I load the contents of a URL and pass referenceID as a parameter?