<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(){})执行不了怎么回事?先求为什么错,不求其他解决方案,有其他解决方案。
qq_只看见还能_03799641
相关分类