Sha256: b1b89e160f86350919270b6a389c99d3d022913597733dd22c032d425a3c0cbd
Contents?: true
Size: 603 Bytes
Versions: 24
Compression:
Stored size: 603 Bytes
Contents
I"O(function() { $(function() { return $("[data-select-columns]").each(function() { return $(this).on('change', function() { var headers, not_selected, selected, table, table_selector; table_selector = $(this).data('select-columns-target'); table = $(table_selector); headers = $(table_selector + " th"); selected = $(this).find(":selected"); not_selected = $(this).find(":not(:selected)"); console.log(headers); console.log(selected); return console.log(not_selected); }); }); }); }).call(this); :ET
Version data entries
24 entries across 24 versions & 1 rubygems