I am working on a new project in JavaScript that I want to release later. Among other functions, this script requires a little DOM manipulation. To make this XB (cross browser) and not reinvent the wheel again, I need the help of an existing JavaScript library. Due to the large number of large libraries, I do not want to force one library for this project. Therefore, I want to support multiple libraries in one script.
Knowing my jQuery, but in another library I have not enough experience. So, I was wondering if there is a tutorial or article that talks about supporting multiple JavaScript libraries in a script ?
I read somewhere that this is possible using CSS selector mechanisms (Sizzle, Selector.js, Peppy, NWMatcher, cssQuery), but I don't know about JS.
source
share