Unexpected token
Unexpected token
Flo78
Posts: 1Questions: 0Answers: 0
Hi Everybody,
I'm a newbie and I want to know why this code return a unexpected error code message.
Thank's for your help !
$(document).ready( function () {
$('#my-table').dataTable( {
"sDom": 'T<"clear">lfrtip',
"oTableTools": {
"sSwfPath": "copy_csv_xls_pdf.swf"
}
"oLanguage": {
"sUrl": "datatables.french.txt"
}
} );
} );
I'm a newbie and I want to know why this code return a unexpected error code message.
Thank's for your help !
$(document).ready( function () {
$('#my-table').dataTable( {
"sDom": 'T<"clear">lfrtip',
"oTableTools": {
"sSwfPath": "copy_csv_xls_pdf.swf"
}
"oLanguage": {
"sUrl": "datatables.french.txt"
}
} );
} );
This discussion has been closed.
Replies
Allan