Open GoogleCodeExporter opened 9 years ago
Use "$.ajaxSetup({ mimeType: "text/plain" });" to fix syntax errors in firefox
(not working in google chrome)
Example:
<script>
$(function() {
$.ajaxSetup({ mimeType: "text/plain" });
$('#CSVTable').CSVToTable('test.csv', { loadingImage: 'images/loading.gif',
startLine: 0, separator: "\t" });
});;
</script>
Original comment by lorenzod...@gmail.com
on 31 Jan 2013 at 9:17
Original issue reported on code.google.com by
harald.s...@gmail.com
on 16 Feb 2012 at 9:49