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