sAajaxSource Not Working - Keeps Loading

sAajaxSource Not Working - Keeps Loading

akhalafakhalaf Posts: 1Questions: 0Answers: 0
edited February 2014 in General
JQuery:
[code]
$(document).ready(function() {
$("#table-1").dataTable({
sAjaxSource: "http://pastebin.com/raw.php?i=qpwnntGD"
});
});
[/code]

HTML:
[code]



Name
ID





[/code]

DataTables debug output: http://debug.datatables.net/izipig
This discussion has been closed.