<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>
展开
 我来答
shuyue_888
2015-06-30 · TA获得超过417个赞
知道小有建树答主
回答量:406
采纳率:84%
帮助的人:307万
展开全部
那个文字是显示在按钮上面的,如果没得,那个按钮就是一个空白按钮啥子字都没得。
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式