Forcing HTML5 Support Using jQuery:
The details element, as explained by the W3C, is designed to be a "disclosure widget from which the user can obtain additional information or controls." Think of the +/- control in Windows or the right/down arrows in Mac OS. (Check the demo page and you'll see what I mean.)
This script by Mathias Bynens allows you to use the element with jQuery forcing support for those browsers that don't yet natively support details. According to Mathias, currently no...
Published on April 27, 2010 07:37