Error comes when i reach this line
Unhandled exception at line 88, column 13 in http://localhost:27166/Forms/Client.aspx
0x800a01b6 - JavaScript runtime error: Object doesn't support property or method 'ASPSnippets_Pager'
If there is a handler for this exception, the program may be safely continued.
var pager = xml.find("Pager");
$(".Pager").ASPSnippets_Pager({
ActiveCssClass: "current",
PagerCssClass: "pager",
PageIndex: parseInt(pager.find("PageIndex").text()),
PageSize: parseInt(pager.find("PageSize").text()),
RecordCount: parseInt(pager.find("RecordCount").text())
});
here is the complete code
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<script src="../Scripts/jquery-1.8.3.min.js"></script>
<script src="ASPSnippets_Pager.min.js"></script>