This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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($){ |