I have the following code (snippet):
var numRows = $table.find(\'tbody tr\').length; var numPages = Math.ceil(numRows / numPerPage); var $pager = $(\'
In IE, after pressing F12 and then in HTML section you can press the refresh button to see the updated code.