摘要:$(function() { $(":checkbox").click(function() { var v = this.checked; $(this).parents("table").next("div").find(":checkbox").each(function() { this.checked = v; ...
阅读全文
posted @ 2010-11-19 14:23
|
|||
随笔分类 - Jquery
摘要:$(function() { $(":checkbox").click(function() { var v = this.checked; $(this).parents("table").next("div").find(":checkbox").each(function() { this.checked = v; ...
阅读全文
posted @ 2010-11-19 14:23
摘要:文件上传(File upload)Ajax File Upload.jQUploader.Multiple File Upload plugin. jQuery File Style.Styling an input type file.Progress Bar Plugin. 表单验证(Form Validation)jQuery Validation.Auto Help.Simple jQue...
阅读全文
posted @ 2010-11-18 21:28
|
|||