datatable loads with jquery 1.3.2 but not 1.4.2
datatable loads with jquery 1.3.2 but not 1.4.2
Hi guys,
My sample datatable runs loads fine with jquery 1.3.2 but if I switch to 1.4.2 it doesn't load (stuck showing 'Processing...'). Any reason why this happens? Im using a simple json server_processing data source.
[code]
$(document).ready(function() {
$('#datatable').dataTable( {
"bProcessing": true,
"bServerSide": true,
"sAjaxSource": "admin/server_processing.php"
});
});
[/code]
My sample datatable runs loads fine with jquery 1.3.2 but if I switch to 1.4.2 it doesn't load (stuck showing 'Processing...'). Any reason why this happens? Im using a simple json server_processing data source.
[code]
$(document).ready(function() {
$('#datatable').dataTable( {
"bProcessing": true,
"bServerSide": true,
"sAjaxSource": "admin/server_processing.php"
});
});
[/code]
This discussion has been closed.
Replies
Allan
Allan
thanks.