Sorting Image and hyperlink columns in a table using JQuery Sorter plugin
I have a table with 3 columns, first column contains service name which is a hyperlink, second column contains a status icon, and the last column again an image for log file which is again a hyperlink.. I want to sort by first column which is a hyperlink, so the sorting should be done on the text of the hyperlink and also on second column which is an status icon based on the status weightage given below: <table border="0" cellspacing="0" cellpadding="3" class="services" width=100%> <thead> <tr> <th align="left">Service Name</th> <th align="left">Status</th> <th align="left">Log</th> </thead>