I was looking out for a tool that can tell me if a browser has the next-gen features natively implemented or not. I found just the right tool called Modernizr
From the website :
“Modernizr is a small and simple JavaScript library that helps you take advantage of emerging web technologies (CSS3, HTML 5) and uses feature detection to test the current browser against upcoming features like rgba(), border-radius, CSS Transitions and many more”
How do I use this library?
Check out the Documentation.
Tweet
1 comment:
It does not work under Chromium 4.0.273 on Linux box.
Post a Comment