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


Please Help Members By Posting Answers For Below Questions

What do “1”+2+4 evaluate to?

615


How to set the cursor to wait?

578


Does javascript care about whitespace?

557


How many types of variables are there in javascript?

496


Describe the properties of an anonymous function in JavaScript?

808






How can you to add javascript to a page when performing an asynchronous postback?

563


Is everything in javascript asynchronous?

546


Which built-in method combines the text of two strings and returns a new string?

754


What is a callback url?

596


Can javascript code be broken in different lines?

597


How can javascript language be separated from objects?

632


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..

1683


What are trailing whitespace?

560


What are a fixed-width table and its advantages in javascript?

563


What are the different types of errors available in javascript?

582