html文本框上下左右移动,基于jQuery实现文本框缩放以及上下移动功能

想让你的网页更加的炫酷,想让你的留言评论更加的具有互动性吗,那么请仔细研究下本代码吧。

jQuery代码:

$(function(){

var $comment = $('#comment');

$('.bigger').click(function(){

if(!$comment.is(":animated")){

if($comment.height() < 500){

//$comment.height($comment.height() + 50);

$comment.animate({height:"+=50"},400);

}

}

});

$('.smaller').click(function(){

if(!$comment.is(":animated")){

if($comment.height() > 50){

//$comment.height($comment.height() - 50);

$comment.animate({height:"-=50"},400);

}

}

});

$('.up').click(function(){

if(!$comment.is(":animated")){

$comment.animate({scrollTop:"-=50"},400);

}

});

$('.down').click(function(){

if(!$comment.is(":animated")){

$comment.animate({scrollTop:"+=50"},400);

}

});

});

HTML代码:

放大

缩小

向上

向下

水电费水电费爽肤水法萨芬沙发放松放松沙发

当爽肤水飞沙发发沙发发发发

水电费水电费爽肤水法萨芬沙发放松放松沙发

当爽肤水飞沙发发沙发发发发

CSS代码:

.bigger , .down , .up , .smaller{

background-color: #f1a55c;

}

代码奉上,具体如何使用,使用在何处,我就不多说了,小伙伴们自由发挥吧。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值