Skip to content

$ is not defined #156

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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