Community

CommunityNewsPrivateer Press Archive

test table

/**** Sortable HTML table* http://www.webtoolkit.info/***/ function SortableTable (tableEl) { this.tbody = tableEl.getElementsByTagName(‘tbody’); this.thead = tableEl.getElementsByTagName(‘thead’); this.tfoot = tableEl.getElementsByTagName(‘tfoot’); this.getInnerText =…
Read More
Menu