// Select data in tables the same way you select celles in a spreadsheet. // http://nottheoilrig.com/cellect // // Released under the MIT license. // http://opensource.org/licenses/MIT (function () { // http://stackoverflow.com/questions/5598743/finding-elements-position-relative-to-the-document // http://stackoverflow.com/questions/3680429/click-through-a-div-to-underlying-elements var $cellection = $('
') .css({ background: 'rgba(135, 206, 235, .7)', border: '3px double', 'box-sizing': 'content-box', display: 'none', 'pointer-events': 'none', position: 'absolute', 'z-index': 32767 }) .appendTo(document.body), $textarea = $('