拉长 相关的软件列表

首页

基于jquery的代码显示区域自动拉长效果

2020-02-16 标签:基于,jquery,代码,显示,区域,自动,拉长,效果,下面,实现,如下,document,ready,function,pre,hover,width,520,animate,800

下面是jquery的实现代码:实现代码如下: $(document).ready(function(){ $('pre').hover( function(){ if($(this).width()==520){ $(this).animate({width:'800'},400); $(this)