jQuery 脚本练习w.unbind("click").bind("click",function(){ $(this).css("z-index",max_z_index + 1); max_z_index ++; }).bind("mouseup",function(){ $(this).trigger("click"); });