SVG replace using Modernizr

SVGs (Scalable Vector Graphics) are the future graphics format of the web, they offer resolution-independent, fully scalable and crystal clear graphics. SVGs use XML to define paths and shapes, to create our graphic. Moving past JPG and PNG, SVG is the answer to Retina (HiDPI) displays, they even look better on standard display.

jQuery selectBox: A styleable replacement for SELECT elements

Features Supports OPTGROUPS Supports standard dropdown controls Supports multi-select controls (i.e. multiple="multiple") Supports inline controls (i.e. size="5") Fully accessible via keyboard Shift + click (or shift + enter) to select a range of options in multi-select controls Type to search when the control has focus Auto-height based on the size attribute (to use, omit the …