Skip to content

Instantly share code, notes, and snippets.

View ChristianPeters's full-sized avatar

Christian Peters ChristianPeters

View GitHub Profile
/* jQuery Radiofy
* ==============
* Turns a select into a hidden text input and
* a set of radio buttons that resemble the options.
* This is used to enable client_side_validations for radio buttons.
* ---
* Daniel Kirsch
* (c) 2012 Zweitag GmbH
*/
(function($){