为了账号安全,请及时绑定邮箱和手机立即绑定

toggle解决按钮本身文字背景切换问题。

toggle解决按钮本身文字背景切换问题。

昔日灬虚无 2016-08-18 15:20:21
<script type="text/javascript"> $(document).ready(function(){ $('#btn').click(function(){ $('tr.xs').toggle(); $('#btn').toggle( function(){$('#btn').text('显示全部品牌').css('background','url(pic/down.gif) no-repeat');},function(){$('#btn').text('精简显示品牌').css('background','url(pic/up.gif) no-repeat');}); }); }); </script>哪里出问题啦?$('#btn').toggle(function(){},function(){})执行不了怎么回事?先求为什么错,不求其他解决方案,有其他解决方案。
查看完整描述

1 回答

?
qq_只看见还能_03799641

TA贡献1条经验 获得超0个赞

那个1.9以上的jquery  没有这个事件了

查看完整回答
反对 回复 2016-08-27
  • 1 回答
  • 0 关注
  • 1699 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信