Proyectos de Subversion Moodle

Rev

Autoría | Ultima modificación | Ver Log |

/**
 * unilabel type carousel
 *
 * @author      Andreas Grabs <info@grabs-edv.de>
 * @copyright   2018 onwards Grabs EDV {@link https://www.grabs-edv.de}
 * @license     http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 */
define("mod_unilabel/dropdown_radio",["jquery"],(function($){return{init:function(id){$("#dd-"+id+' .dropdown-item input[type="radio"] + label').click((function(){$("#dd-"+id+" .dropdown-item").removeClass("checked"),$("#btn-"+id).html($(this).html()),$(this).parent().addClass("checked")}))}}}));

//# sourceMappingURL=dropdown_radio.min.js.map