我建造了2个表格,每当扩大的纽特被点击时,它们都会滑坡。 然而,我所想的是,如果已经扩大,如果它自动关闭/销毁另一个国家,就会被点击。 目前,我有两个职能。
$(function() {
$("#content1 h3.expand").toggler();
$("#content1 div.demo").expandAll({trigger: "h3.expand", ref: "h3.expand"});
$("#content1 div.post").expandAll({
expTxt : "click to expand +",
cllpsTxt : "collapse -",
ref : "div.collapse",
localLinks: "p.top a"
});
});
$(function() {
$("#content2 h3.expand").toggler();
$("#content2 div.demo").expandAll({trigger: "h3.expand", ref: "h3.expand"});
$("#content2 div.post").expandAll({
expTxt : "click to expand +",
cllpsTxt : "collapse -",
ref : "div.collapse",
localLinks: "p.top a"
});
});
而且,如果你们需要获得我的全面守则,让我知道,我将把它放在网吧。
增 编