14,672
edits
Line 43: | Line 43: | ||
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> | ||
== JSON tools == | |||
Browser extensions | |||
* [https://chrome.google.com/webstore/detail/json-formatter/bcjindcccaagfpapjjmafapmmgkkhgoa JSON Formatter] for {{Chrome}} (similar extension: [https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc JSONView]) | |||
Editor plugins | |||
* [http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Plugin_Central#J JSON Viewer][http://nppjsonviewer.sourceforge.net/] for Notepad++ | |||
== compression tools == | == compression tools == |