UNPKG
tableexport.jquery.plugin
Version:
latest (1.33.0)
1.33.0
1.32.0
1.30.0
1.29.0
1.28.0
1.27.0
1.26.0
1.25.0
1.23.0
1.22.0
1.21.0
1.20.2
1.20.1
1.20.0
1.10.26
1.10.25
1.10.24
1.10.23
1.10.22
1.10.21
1.10.20
1.10.19
1.10.18
1.10.17
1.10.16
1.10.15
1.10.14
1.10.13
1.10.12
1.10.11
1.10.10
1.10.9
1.10.8
1.10.7
1.10.6
1.10.5
1.10.4
1.10.3
1.10.2
1.10.1
1.10.0
1.9.16
1.9.15
1.9.14
1.9.13
1.9.12
1.9.11
1.9.9
1.9.8
1.9.5
1.9.3
1.9.2
1.9.1
1.9.0
1.8.2
1.8.1
1.8.0
1.7.2
1.6.7
1.6.6
1.6.5
1.6.4
html table export
github.com/hhurz/tableExport.jquery.plugin/
hhurz/tableExport.jquery.plugin
tableexport.jquery.plugin
/
bower_components
/
jquery
/
src
/
var
/
rnothtmlwhite.js
9 lines
(7 loc)
•
229 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
define
(
function
(
) {
"use strict"
;
// Only count HTML whitespace
// Other whitespace should count in values
// https://html.spec.whatwg.org/multipage/infrastructure.html#space-character
return
(
/[^\x20\t\r\n\f]+/g
); } );