I have
jQuery(document).ready(function()
{
jQuery.get('data/php/traces_pos.csv', function(data) { var routes = jQuery.csv()(data); });
//if I use here
for (i=0;i<=routes.length;i++){}
// javascript says route undefined
}
How do I access the routes which is a array of arrays