function GetManpowerTable(elem) { $.ajax({ method: "POST", url: '@Url.Action("GetManpowerTable", "Plan")', data: { department_id: elem.value }, dataType: 'html', success: function (rs) { $("#result").html(rs); console.log(rs); } }); }
public ActionResult GetManpowerTable() { return PartialView("_Manpower_table"); }
function GetManpowerTable(elem) { $.ajax({ method: "POST", url: '@Url.Action("GetManpowerTable", "Plan")', success: function (rs) { $("#result").html(rs); console.log(rs); } }); }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง