Open GoogleCodeExporter opened 8 years ago
Oh last note, this is all running inside of Umbraco CMS (6.1.6).
Original comment by eschrepel@gmail.com
on 15 Apr 2014 at 6:51
I'm not familiar with the Zurb Foundation framework or Umbraco CMS.
I assume it has to do with the loading order of scripts. For some reason,
$.csv.toArrays is being called before the jquery.csv.js script is loaded and
attached to the $ namespace.
The order of script definitions matter unless you're using a dependency library
like RequireJS or AMD to load external JS scripts.
Does $.get work without issue?
Are forcing the attached code to wait until $(document).ready() before loading
it? That might help.
Original comment by evanpla...@gmail.com
on 29 May 2014 at 3:19
I'm getting this too by trying to use $.csv.toArrays from a paste event,
calling it at the point I subscribe to the paste event works fine. I'm very new
to javascript though so I may be doing something wrong.
Original comment by ChrisDot...@gmail.com
on 10 Feb 2015 at 1:51
Original issue reported on code.google.com by
eschrepel@gmail.com
on 15 Apr 2014 at 6:45