Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade to jquery 3.x version #25

Open
cn-fanfare opened this issue Jan 2, 2020 · 4 comments
Open

upgrade to jquery 3.x version #25

cn-fanfare opened this issue Jan 2, 2020 · 4 comments

Comments

@cn-fanfare
Copy link

please upgrade to jquery 3.x version!

@PrincessRTFM
Copy link

jQuery isn't actually used in this library - it's only used as a namespace under which the throttle and debounce functions are registered. If window.jQuery isn't a truthy value then it uses the window.Cowboy namespace instead.

@Daijobou
Copy link

What is the problem with jquery 3.x that a upgrade is needed?

@PrincessRTFM
Copy link

Again, it isn't. jQuery is not needed. jQuery is not used. If it is found, it's used as a namespace under which the functions are registered, otherwise it uses Cowboy instead. There is no dependency on jQuery.

@Daijobou
Copy link

Daijobou commented Jan 30, 2020

I know. I'm just curious what his problem is. Regardless of the fact that you do not need jQuery at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants