哪里有错?
哪里有错?效果就是出不来
<script>
$(function(){
$('a').hover(
function(){
$(this).stop().animate({ "width":"160px"},300);
}
function(){
$(this).stop().animate({"width":"120px"},300}};
)
})
</script>
哪里有错?效果就是出不来
<script>
$(function(){
$('a').hover(
function(){
$(this).stop().animate({ "width":"160px"},300);
}
function(){
$(this).stop().animate({"width":"120px"},300}};
)
})
</script>
2015-08-18
举报