2016年9月6日 星期二

【ASP NET.MVC, C# 】 Class to Json returun String to html 解析 String to obj

【ASP NET.MVC, C# 】Class to Json returun String to html 解析 String to obj

Action
return Json(save_result, "text/html", JsonRequestBehavior.AllowGet);

Html
JSON.parse(data.result);


【Jquery】jQuery Upload File 元件

使用:jquery.fileupload-validate.js 卻錯訊息

錯誤訊息:Cannot call method 'push' of undefined
是因為少了:jquery.fileupload-process.js

把它加入就可以了,要放在 validate 之前引用