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