<button id="a1">全文</button>一个button不行吗,非要添加文字?
<divstyle="width:100%"><pstyle="width:200px;height:30px;background:#000;float:right"i...
<div style="width:100%">
<p style="width:200px;height:30px;background:#000;float:right" id="ss">
</p>
<button id="a1">全文</button>
</div>
<script src="jquery/jqueryw.js" type="text/javascript"></script>
<script type="text/javascript">
$("#a1").click(function(){
var g=$(this).text();
if(g=="全文")
{
$("#ss").animate({"width":"0px"});
$(this).text("收起");
}
else{
$("#ss").animate({"width":"200px"},500);
$(this).text("全文");
}
})
</script> 展开
<p style="width:200px;height:30px;background:#000;float:right" id="ss">
</p>
<button id="a1">全文</button>
</div>
<script src="jquery/jqueryw.js" type="text/javascript"></script>
<script type="text/javascript">
$("#a1").click(function(){
var g=$(this).text();
if(g=="全文")
{
$("#ss").animate({"width":"0px"});
$(this).text("收起");
}
else{
$("#ss").animate({"width":"200px"},500);
$(this).text("全文");
}
})
</script> 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询