typography.js 267 Bytes
Newer Older
sistem17user committed
1 2 3 4 5 6 7 8
jQuery(function($) {

	window.prettyPrint && prettyPrint();
	$('#id-check-horizontal').removeAttr('checked').on('click', function(){
		$('#dt-list-1').toggleClass('dl-horizontal').prev().html(this.checked ? '<dl class="dl-horizontal">' : '<dl>');
	});

})