CottageLabs / edges

Data query, manipulation, search and visualisation front-end library
MIT License
8 stars 7 forks source link

Abstract and encapsulate jquery features #29

Open richard-jones opened 4 months ago

richard-jones commented 4 months ago

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