Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
<script type="text/javascript" src="assets/js/jquery.tablesorter.js"></script>
<script type="text/javascript" src="assets/js/jquery.tablesorter.pager.js"></script>
<script type="text/javascript" src="assets/js/jquery-latest.js"></script>
<script type="text/javascript">
$(function() {
$("table")
.tablesorter({widthFixed: true, widgets: ['zebra']})
.tablesorterPager({container: $("#pager")});
});
</script>
Posted
Comments
ZurdoDev 23-May-15 17:02pm    
You'll need to debug it. Sounds like an error in one of the script files trying to determine if IE is being used.
YASEEN AHMAD 26-May-15 1:12am    
how please explain in code tell me how it possible
ZurdoDev 26-May-15 8:08am    
Do you know how to debug? Put a breakpoint in the code and debug it.
YASEEN AHMAD 29-May-15 1:04am    
i am working on php codeigniter frame work not asp.net frame work
ZurdoDev 29-May-15 7:48am    
That's OK. Each browser has developer tools that will allow you to debug.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900