<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 回答
- 0 关注
- 1699 浏览
添加回答
举报
0/150
提交
取消