the part of controller:
[HttpPost] public ActionResult GetTagPoints(int id) { return Json(TagPos(id)); } ..