UNPKG

tableexport

Version:

The simple, easy-to-implement library to export HTML tables to xlsx, xls, csv, and txt files

8 lines 238 B
(function ($) { $.fn.toggleAttr = function (attr) { return this.each(function () { var $this = $(this); $this.attr(attr) ? $this.removeAttr(attr) : $this.attr(attr, attr); }); }; }(jQuery));