deSVG is a js library to remove inline SVG bloat from your HTML document.
deSVG takes the <img /> tags you supply. It then grabs, using AJAX, the raw SVG you’ve set in the src attribute and replaces that <img /> with the <svg /> it downloads.
Zelect : jQuery Plugin for Custom Select Elements
Zelect is a jQuery plugin to create custom <select>
elements.
Features:
- Lightweight
- Zero base CSS, roll your own
- Customizable
- Handles asynchronous paged loading of large option lists (read: AJAX-ready-and-enabled)
- Initializable in a detached or hidden DOM node
- Programmatically selectable and changeable
- Unit-tested