jquery循环自动调整大小
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jquery循环自动调整大小相关的知识,希望对你有一定的参考价值。
drupal_add_js(" jQuery(document).ready(function(){ jQuery('#featured').cycle({ speed: 600, prev: '#prev', next: '#next', fx: 'scrollHorz', before: onAfter }); }); function onAfter(curr, next, opts, fwd) { var ht = jQuery(this).height(); //console.log(ht); //set the container's height to that of the current slide jQuery(this).parent().animate({height: ht}); } ", "inline");
以上是关于jquery循环自动调整大小的主要内容,如果未能解决你的问题,请参考以下文章
我有大量的图像数据,我想在 python 中以特定大小循环自动调整它的大小
jQuery - 对话框自动调整动态内容的大小并保持中心位置