Skip to content

Jungled/formComponent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

formComponent

form paginaiton witten by jquery

This component allow user define the number of page, the index of page, and the number of items on one page freely and use Ajax techenique to exchange data with Server.

how to use:

  1. create <div class="holder"> to hold navigation bar and create <div class="table"> to hold data
  2. write javascript : var s = new FORMCOMPONENT(); s.formComponent(headStr,"servlet/XXXX");
  3. create servlet XXXX which process request from browser and output json string with fomat[{id:"xx",data:["x","x"]}], the brower post 2 parameters which are pageIndex and perPage

About

form paginaiton witten by jquery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.6%
  • Java 28.4%