Skip to content

Instantly share code, notes, and snippets.

jQuery(function() {
var $ = jQuery;
var bossTypeId = $('.theBoss').attr('id');
$('body')
.on('change', '.checkbox.item', function(e) {
updateSelectedText(e.target);
})
.on('click', '.theBoss li, .theBoss li span', function(e) {
var el = $(e.target).closest('li.tree-parent');
@L5eoneill
L5eoneill / flex-bottom-footers-in-flexible-cells.markdown
Created November 6, 2019 19:28
Flex: bottom footers in flexible cells