codepens/cacheable-3-colour-svgs-via.../dist/script.js

5 lines
162 B
JavaScript

$('input[name="theme"]').on('change', function() {
if ($(this).prop("checked", true)) {
$('body').attr('data-theme', $(this).prop('value'));
}
});