Files
dev-chiefworks f76abffdcd first commit
2022-05-31 16:21:53 -04:00

22 lines
493 B
JavaScript

/* ------------------------------------------------------------------------------
*
* # Learning page kit
*
* Specific JS code additions for learning html page kit
*
* Version: 1.0
* Latest update: Oct 10, 2016
*
* ---------------------------------------------------------------------------- */
$(function() {
// Checkboxes/radios (Uniform)
// ------------------------------
$(".styled, .multiselect-container input").uniform({
radioClass: 'choice'
});
});