The README states "Use with whatever library you want, jQuery for example". Let's analyze that for a second.
Weld.js uses the following jQuery methods: - Sizzle selector ($) - first() - is() - val() - attr() - text() - map() - extend() - clone() - data() - remove()
These methods are used throughout the 249 lines of code.
This makes weld.js completely dependent on jQuery. Thus, you can't just use whatever library you want. And that would be allright, if the README would say that; but it didn't, and so it isn't.
The README states "Use with whatever library you want, jQuery for example". Let's analyze that for a second.
Weld.js uses the following jQuery methods: - Sizzle selector ($) - first() - is() - val() - attr() - text() - map() - extend() - clone() - data() - remove()
These methods are used throughout the 249 lines of code.
This makes weld.js completely dependent on jQuery. Thus, you can't just use whatever library you want. And that would be allright, if the README would say that; but it didn't, and so it isn't.