我需要使用@(ViewData["value"]);
的document.ready
。但是,當我使用 @(ViewData["value"])
所有jQuery不起作用。我的示例如下:jquery不能在cshtml頁面工作
$(document).ready(function() {
var test = @(ViewData["value"]); // remove this line query has been working
if (test != null){
//my code
}
});
也許這一個幫助你VAR測試= @(serializer.Serialize(計算機[ 「值」)); – snowp 2013-02-28 04:48:54