HTML5 and CSS3 support among major browsers are not consistent. What are the good jquery or any other libraries that provide html5 features in a cross browser manner?
HTML5 and CSS3 support among major browsers are not consistent. What are the good
Share
Modernizr will make HTML5 elements work (and by work, I mean the browser will recognise them and you can apply styles to them) in browsers that do not support them, such as old versions of IE
Another good one is selectivizr, which adds a bunch of unsupported CSS3 selectors to old IE, although a JS library also needs to be used