sAajaxSource Not Working - Keeps Loading
sAajaxSource Not Working - Keeps Loading
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
[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.