circleProgress is not a fuction
See original GitHub issueHi!
I get this error using WebPack: “circleProgress is not a fuction”.
My script.js
:
require('jquery-circle-progress/dist/circle-progress');
$("#dial-1").circleProgress({
value: 23,
size: 60,
lineCap: 'round',
fill: {
gradient: ["#005bff", "#005bff"]
},
thickness: 33
})
jquery loads by webpack.ProvidePlugin
:
new webpack.ProvidePlugin({
$: 'jquery',
jquery: 'jquery',
jQuery: 'jquery',
Mustache: 'mustache',
})
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
jQuery(...).find(...).circleProgress is not a function
I am working on a site where i need to include circular progress bar, for this i have used "circle-progress.js". If i run...
Read more >circleProgress is not a fuction · Issue #59 - GitHub
HiI tried to copy the main example an am getting the following error: Uncaught TypeError: $(...).circleProgress is not a function.
Read more >jquery-circle-progress - npm
Start using jquery-circle-progress in your project by running `npm i ... Triggered once the animation is started. function(event) :
Read more >Creating a circular progress bar in JavaScript - UX Collective
How to create a circle or ring-shaped progress bar for loading screens or infographics with HTML canvas and JavaScript.
Read more >js-circle-progress - NPM Package Overview - Socket.dev
Responsive, accessible, animated, stylable with CSS circular progress bar available as plain (vanilla) JS and jQuery plugin.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@devope If you can come up with a minimal repo on GitHub which reproduces that error I might be able to help you.
I hope I’ve helped you. I’m closing this ticket, but feel free to reopen.