14,954
edits
mNo edit summary |
|||
| Line 39: | Line 39: | ||
count the number of all table rows (includes visible and invisible rows) | count the number of all table rows (includes visible and invisible rows) | ||
* <nowiki>document.getElementById( table_id ).rows.length;</nowiki> | * <nowiki>document.getElementById( table_id ).rows.length;</nowiki> | ||
== compression tools == | |||
* [http://jscompress.com/ Minify Javascript Online / Online JavaScript Packer] | |||
== references == | == references == | ||