Posted on: 2/24/2015 6:11:36 PM | Views : 551

Say there is a table which is defined as follows.

<table id="tabindschdule" cellpadding=0 cellspacing = 0 style='border-left:1px solid #CCCCCC; font-size:8.5px;font-family:Verdana, Arial, Helvetica, sans-serif;width:500px;'> <thead> <tr> <th class = "heading">Job ID</th> <th class = "heading">Date</th> <th class = "heading">Week</th> <th class = "heading">Description</th> <th class = "heading">Hours</th> <th class = "heading">Amount</th> <th class = "heading">Job Status <div style="float:right;visibility:hidden;" id="loadAjaxImage"> <img src="images/ajax-loader.gif"/> </div></th> </tr> </thead> <tbody> The ...

Go to the complete details ...