I am trying to apply the sorter images to table sorter table like the below.But the styles are not applying. using the below js file
https://github.com/Mottie/ta
Try to wrap your jQuery code inside DOM ready handler:
$(function() { $('#requestheader').tablesorter({ /* theme: 'blue',*/ sortList: [ [1, 0] ], widgets: ['zebra', 'columns'] }); });