Beginner problem with posting data table to JsonResult
- by ognjenb
With this script I get data from JsonResult (GetDevicesTable) and put them to table ( id="OrderDevices")
<script type="text/javascript">
$(document).ready(function() {
$("#getDevices a").click(function() {
var Id = $(this).attr("rel");
var rowToMove = $(this).closest("tr");
$.post("/ImportXML/GetDevicesTable",…