Write sample code for pagination using java script.
Answer Posted / jayanthi
<script type="text/javascript"><!--
var pager = new Pager('results', 3);
pager.init();
pager.showPageNav('pager', 'pageNavPosition');
pager.showPage(1);
//--></script>
| Is This Answer Correct ? | 26 Yes | 9 No |
Post New Answer View All Answers
What is double exclamation point?
Should you use var or let?
What is variable typing?
What is eval() in javascript?
What does ecma stand for?
Why javascript is not secure?
How much does a javascript developer make?
What are the javascript data types?
What is local scope in javascript?
Explain spread operator in javascript?
How to call a function inside a function in javascript?
How to get complete current page url with javascript?
What is 'use strict'?
How to set a html document's background color?
How can JavaScript be used?