我试图写几句 j子,以 open开和关闭DIVs,并投入工作,但是,如果DIV被扩大,我只想把一arrow子变成“倒台”,如果DIV被倒,则“权利”。
我迄今所做的事情:
$( .toggleHead ).click(function() {
$( #arrow ).attr( src , images/icons/down.png );
$(this).next().toggle();
return false;
}).next().hide();
我将另外的<代码>$(#arrow ).attr(弧、图像/显像/右.png);?
感谢!