您的位置:首页 > 其它

点击展开点击收起

2015-03-27 18:01 218 查看
<span id="toggle" title="点击关闭" href="javascript:void(0);" class="close">点击收起</span>


<div class="bottomBg" id="content">
<div class="bottom_form">
<form  method="get">
<input type="text" class="bot_name" name="" id="bot_name" value="请输入2—5个字中文名字" />
<input type="text" class="bot_mobile" id="bot_moblie" value="请输入手机号码或者固话"/>
<button>立即预约</button>
</form>
</div>
</div>


JS:

$(function(){
$(function() {
$("#toggle").click(function() {
$(this).text($("#content").is(":hidden") ? "点击收起" : "点击展开");
$("#content").slideToggle();
});
});
})
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: