Skip to content

$ is not defined #156

Open
Open
@Thebinoman

Description

@Thebinoman

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions