jQuery(function(){})、jQuery().ready(function(){}) 绑定点击事件: jQuery('#temp').click(function() {});筛选:jQuery('#temp [type="checkbox"]').prop('disabled',false); 这句话的作用就是将id为temp的对象下所有类型是复选框的子对象的禁用给解用。其实jQuery确实很强大,有时间的话,你可以看看jQuery的帮助文档。