I’ve a view in node-view mode that has one other view (a view slideshow) embedded into that view. I’m utilizing jquery and setTimeout to slideDown Drupal Development Service hidden div that incorporates Drupal Development Service view a couple of seconds after Drupal Development Service web page hundreds. Drupal Development Service downside that I’m operating into is when Drupal Development Service div slides down to point out Drupal Development Service view, Drupal Development Service slideshow isn’t displaying.
Here is my jquery
Drupal.behaviors.touchdown = operate (context) { if($('#portslide-wrap').kids().kids().subsequent().hasClass('portfolio-direct')){ setTimeout( operate getSlide(){ $('#portslide-wrap:not(.landing-processed)', context).addClass('landing-processed').every(operate(){ $('#portslide-wrap').slideDown(); $.scrollTo('165','0'); Drupal.attachBehaviors(context); }); } ,700) }; }