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

Abstract and encapsulate jquery features #29

Open
richard-jones opened this issue Mar 28, 2024 · 0 comments
Open

Abstract and encapsulate jquery features #29

richard-jones opened this issue Mar 28, 2024 · 0 comments

Comments

@richard-jones
Copy link
Member

  • PR: [when the PR is created, put a link to it here. DO NOT use the "linked PR" feature]

We want to be able to encapsulate the jquery behaviour so that we can easily deploy embedded edges in sites that already have jquery and the $ global.

That is, edges should provide all of the basic utility methods, and they should wrap jquery in such a way that it's easy for us to provide or use an existing jquery, or even theoretically switch it out for an alternative utility library depending on the situation.

Acceptance Criteria

  • No jquery operations directly in edges code
  • can deploy an embedded edge with a different version of jquery in the host site
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

1 participant