jquery-csv
jquery-csv copied to clipboard
Add jquery.csv.min.js not recognized by minify
I'm trying add jquery-csv in my application, tried some solutions but when invoke .toArrays got 'cannot call toArrays of undefined'
Are you using jQuery? Did you import jQuery first?
Yeah, jquery is imported.
I resolved putting some comment before the script, like
/*!
* jquery-csv
*/
Maybe add some infos like version or author to the repository? This works very well for me.
@garug I am experiencing the same issue. What script are you referring to? Are you talking about the custom script you are writing or the jquery-csv.js file ?
@garug I am experiencing the same issue. What script are you referring to? Are you talking about the custom script you are writing or the jquery-csv.js file ?
In jquery.csv.min.js
@garug Thanks. What did the trick for me was using "$" instead of "jQuery"
I'm curious. Why are you minifying an already minified source? Why not use jquery.csv.js
?