共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > Paging Listbox |
Paging Listbox
|
1 | 0 | 0 |
贡献者 | 讨论 | 代码提交 |
This is a jQuery plugin to implement a paging listbox using jQuery on client-side plus a sample code in ASP.Net for the server-side.
Features:
1. Easy installation, you only need to insert a div with the class "paging-listbox" and settings inside "options" attribute to automatically have the paging listbox loaded inside that div. still you can load the listbox with regular Javascript call.
2. Added support for right-to-left layout.
3. You can pass additional parameters to source page via AJAX. for example a category ID that user selects from another form field and should be used to query records by on the source page.