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
Why is java better than javascript?
How to print a web page using javascript?
What is the difference between local storage & session storage?
What applications use javascript?
What is the scope of a function?
What is the difference between an Anonymous Function and a named function?
What is a scope in javascript?
What is JavaScript?
Some XYZ company is arranging for online aptitude tests. Draw detailed E-R diagram for the same..
Explain event bubbling and event capturing in javascript?
What is the difference between innerhtml & innertext?
What does 3+4+"7" evaluate to?
How to test a string as a literal and as an object ?
What does window.print() do in Javascript?
How onclick works in javascript?