This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// **************************************************** | |
// USING JQUERY TO CONVERT HTML TABLE INTO JSON | |
// by Derek from www.cacheflow.ca | |
// Watch the video: http://youtu.be/DPOOIOU0zVA | |
// **************************************************** | |
// Step 1: Create keys for JSON object | |
var cols = $("#tableID thead tr th").map(function(){ |