Sha256: 5acd6b5cae2cfe24fd36cbee0a39c88d29a94cb2a310b21d67acfead9f8f4272
Contents?: true
Size: 751 Bytes
Versions: 24
Compression:
Stored size: 751 Bytes
Contents
I"ã(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); console.log(not_selected); return selected.each(function() { var th_id; th_id = $(this).attr('value'); return console.log($(this)); }); }); }); }); }).call(this); :ET
Version data entries
24 entries across 24 versions & 1 rubygems