搜索资源列表
jQueryPager
- jquery无刷新分页、排序 利用jquery实现的ajax无刷新分页以及排序,支持多种格式无刷新更换,数据库采用的是Sql2000自带的NorthWind数据库 数据库控制使用的是SqlHelper -jquery refresh-free paging, sorting ajax using jquery implementation, as well as non-refreshing page sorting, support for multiple forma
FileUP
- 多文档上传控件,使用此控件须用到jquery支持-Multiple Document Upload control, and use this control to be used jquery support
select
- jquery+C#实现的多选下拉框,可以设置单选/多选/最多选择项/最少选择项/默认选择项-jquery+C# achieve multi-selection drop-down box, you can set the radio/multiple choice/selection up/minimum selection/default selections
jQuery_upload_multiple
- jQuery PHP upload_multiple AJAX上传带预览功能,在火狐下完美运行,submit_form_process.php为上传代码。本Ajax上传程序利用multiple="multiple"属性实现添加多图功能,height:0 width:0 z-index: -1 是为了隐藏input,因为Chrome下不能使用display:none,否则无法添加文件,点击图片时则点击添加文件按钮。在jquery中创建FormData对象,为FormData对象添加数据,显示加载图