Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
/**
2
 * unilabel type carousel
3
 *
4
 * @author      Andreas Grabs <info@grabs-edv.de>
5
 * @copyright   2018 onwards Grabs EDV {@link https://www.grabs-edv.de}
6
 * @license     http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
7
 */
8
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")}))}}}));
9
 
10
//# sourceMappingURL=dropdown_radio.min.js.map