kottenator / kottenator/jquery-circle-progress

allow passing custom jQuery into UMD factory

Open
#206 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.1k
Forks
300
PR merge metrics
No merged PRs in 30d

Description

The latest version of the UMD factory snippet you linked allows for passing a custom window/jQuery.

https://github.com/umdjs/umd/blob/master/templates/jqueryPlugin.js

For me this fixes an issue where I can't use the plugin because it's loaded on a new jQuery instance instead if my global one.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by comparing the plugin's UMD wrapper with the linked umdjs jqueryPlugin.js template and trace how the plugin receives jQuery. Done means the factory can use a supplied window/jQuery instance without breaking the existing global usage; verify with the repository's existing tests or examples.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, jquery
Domain
frontend
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.