Sha256: 72eda96459b74a9395c7a4ab3cbdaeac0cf85246e64fb3b15f603930c33afe14
Contents?: true
Size: 602 Bytes
Versions: 24
Compression:
Stored size: 602 Bytes
Contents
I"N(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"); console.log(headers); selected = $(this).find(":selected"); not_selected = $(this).find("not(:selected)"); console.log(selected); return console.log(not_selected); }); }); }); }).call(this); :ET
Version data entries
24 entries across 24 versions & 1 rubygems