Javascript: Difference between revisions

Jump to navigation Jump to search
446 bytes added ,  1 September 2013
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 ==

Navigation menu