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 do “1”+2+4 evaluate to?
How to set the cursor to wait?
Does javascript care about whitespace?
How many types of variables are there in javascript?
Describe the properties of an anonymous function in JavaScript?
How can you to add javascript to a page when performing an asynchronous postback?
Is everything in javascript asynchronous?
Which built-in method combines the text of two strings and returns a new string?
What is a callback url?
Can javascript code be broken in different lines?
How can javascript language be separated from objects?
Public Static Void Main(String args[]) { System.out.in("Hai.."); } In the above code why string args[] is required.... If we are not giving command line argument..
What are trailing whitespace?
What are a fixed-width table and its advantages in javascript?
What are the different types of errors available in javascript?