Open
Description
Here is the most simple HTML implementation:
<html>
<head>
<script type="text/javascript" src="./jquery.csv.js"></script>
</head>
<body>
</body>
<script>
console.log($) // Uncaught ReferenceError: $ is not defined
</script>
</html>
When logging $, I get an error that says that $ is not defined.
This is true also with '$.csv' | '$.csv.ToArray' | '$.csv.ToArray("whatever text")' | etc.
Environment
- Platform: Browser
- Version: Edge 116.0.1938.69
- Usage: Load from file with <script> tag
Metadata
Metadata
Assignees
Labels
No labels