jquery循环自动调整大小

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jquery循环自动调整大小相关的知识,希望对你有一定的参考价值。

  1. drupal_add_js("
  2. jQuery(document).ready(function(){
  3. jQuery('#featured').cycle({
  4. speed: 600,
  5. prev: '#prev',
  6. next: '#next',
  7. fx: 'scrollHorz',
  8. before: onAfter
  9. });
  10. });
  11. function onAfter(curr, next, opts, fwd) {
  12. var ht = jQuery(this).height();
  13. //console.log(ht);
  14. //set the container's height to that of the current slide
  15. jQuery(this).parent().animate({height: ht});
  16. }
  17. ", "inline");

以上是关于jquery循环自动调整大小的主要内容,如果未能解决你的问题,请参考以下文章

jquery自动调整文本大小

jQuery Mobile 根据手机屏幕自动调整网格大小

我有大量的图像数据,我想在 python 中以特定大小循环自动调整它的大小

jQuery - 对话框自动调整动态内容的大小并保持中心位置

Nivo Slider Jquery 插件 - 图像自动调整大小

项目jQuery的图像调整大小