My page is domain.com/home/details/1
In my jQuery AJAX call, I have the following, however, when it calls this call to domain.com/home/details/home/getdata p>
What can I do to solve it correctly?
$(document).ready(function () { oTable = $('#example').dataTable({ "bServerSide": true, "sAjaxSource": "Home/GetData/", "bProcessing": true, "bPaginate": true, "sPaginationType": "full_numbers", "bFilter": true, "bAutoWidth": false, "fnServerData": function (sSource, aoData, fnCallback) {
jquery c # asp.net-mvc asp.net-mvc-3 routing
Jon
source share