Sandy
Sandy

Reputation: 321

Can I use modernizr.js or respond.js without using jquery

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

Answers (1)

mahatmanich
mahatmanich

Reputation: 11023

modernizr.js and respond.js seem to be pure JavaScript libraries, so YES you can use them without jquery!

Upvotes: 1

Related Questions