给div绑定事件。$("div").bind("click",function showDiv(event){ $("div").hide(); //让所有div都隐藏 $("this").show(); //让被点击的div显示.});代码没有测试过,仅供参考.
假设 html 为
$("id").show().sibings("id").hide();
二楼