<link rel="stylesheet" href="........../themes/blue/style.css" />
<script type="text/javascript" src="...../jquery.tablesorter.min.js"></script>
<script type="text/javascript" src=".../jquery.searcher.min.js"></script>
<input id="tablesearchinput" />
<table id="student-list" class="tablesorter">
<thead>
<tr>
<th class="id">Student Id</th>
<th class="name">Student Name</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
$("#student-list").tablesorter();
$("#student-list").searcher({
inputSelector: "#tablesearchinput"
});
No comments:
Post a Comment