Modernizer makes a JS object, I've been researching as to where I can find this object to review ?
Siberian 13 Junior Poster
Recommended Answers
Jump to PostThe doc page from the link above: http://modernizr.com/docs/ just in case.
Also display it in the console with:
console.dir(...);
Or you can useconsole.log(...)
depends what you're looking for.
All 4 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.