Reputation: 321
I am working on one project where I can't use jQuery. But I have to support HTML5 and CSS3 elements for IE8 browser.
My question is can I use modernizr.js or respond.js without using jquery
Upvotes: 0
Views: 101
Reputation: 11023
modernizr.js and respond.js seem to be pure JavaScript libraries, so YES you can use them without jquery!
Upvotes: 1