I am using AJAX to display a table, I need to sort that rendered table at client side using JavaScript or jQuery or whatever is best.
I tried jQuery it is working fine when page is loaded but by dynamically writing html content into a div and there by sorting that rendered table is not working.
I think the problem is JavaScript is not working while rendering, I wrote some script alert while rendering html these tags works while rendering a page.