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

Remove the jQuery dependency #4

Closed
gael-ian opened this issue Dec 14, 2022 · 2 comments
Closed

Remove the jQuery dependency #4

gael-ian opened this issue Dec 14, 2022 · 2 comments

Comments

@gael-ian
Copy link
Member

gael-ian commented Dec 14, 2022

A Vanilla JS version has been a long time feature request on the original Cocoon but, so far, only alternative reimplementation by other developers have been published to npm:

None of them support the additions made in Cocooned.

As jQuery is still in use in many projects, we should keep a compatibility layer with it.


Originally requested in nathanvda/cocoon#580, nathanvda/cocoon#537, proposed in nathanvda/cocoon#579

@gael-ian
Copy link
Member Author

Another step in this direction has been made with #18. Cocooned does not use jQuery itself but we still need a compatibility layer to ease transition and to accommodate applications where jQuery is still welcome.

gael-ian added a commit that referenced this issue Jan 29, 2023
* Isolate jQuery integration code and tests
* Remove dependency to jQuery and update documentation
@gael-ian
Copy link
Member Author

Fixed in #22

gael-ian added a commit that referenced this issue Mar 7, 2023
* Isolate jQuery integration code and tests
* Remove dependency to jQuery and update documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant