Sha256: c81a2ef9284bd554600047a67ea5488877da0cc5a4b9d9a1cde0e1a98f17aab3
Contents?: true
Size: 462 Bytes
Versions: 24
Compression:
Stored size: 462 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("option"); return console.log(options); }); }); }); }).call(this); :ET
Version data entries
24 entries across 24 versions & 1 rubygems