I am developing some JavaScript that should work with either Prototype.js or JQuery, thus I need some way to identify what is the primary library in use. How can I do that?
I am developing some JavaScript that should work with either Prototype.js or JQuery, thus
Share
You can check for jQuery like this: