Coder Social home page Coder Social logo

Unexpected token import about timer.jquery HOT 3 CLOSED

walmik avatar walmik commented on May 30, 2024
Unexpected token import

from timer.jquery.

Comments (3)

walmik avatar walmik commented on May 30, 2024

Hi @lemonbuzz I think you are referencing the ES6 class directly. Please use the transpiled timer.jquery.js or timer.jquery.min.js from the dist/ folder in this repo. Please let me know if that helps and thanks for using this plugin!

Here is a link in case you wanna take it directly from there:
https://raw.githubusercontent.com/walmik/timer.jquery/master/dist/timer.jquery.min.js

Download and save that in your js/ folder (remove all the other files there like Timer, constants, utils)

from timer.jquery.

lemonbuzz avatar lemonbuzz commented on May 30, 2024

Works!!! Thank you very much for the fast response!

Honestly when i saw the code i was a bit perplexed as I never saw classes like that in JS..only encountered the prototype based "classes"...Mind to explain this? What is the ES6 class?

from timer.jquery.

walmik avatar walmik commented on May 30, 2024

Glad it worked out :)

You are not too far when you say 'prototype based "classes". The 'class' you see in this repo is kinda the same thing. Classes are introduced in ECMAScript 6 and are syntactical sugar over JavaScript's existing prototype-based inheritance.

You can read more here: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes

from timer.jquery.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.