Lines Matching refs:container

562  *  <div class="slideshow-container">
574 * $('.slideshow-container').dacSlideshow({
760 * <div class="slideshow-container">
772 * $('.slideshow-container').dacSlideshow({
1355 $widget.addClass('resource-card slideshow-container')
1549 // Create a stack container which should have the dimensions defined
2052 // Some h2s are in their own container making it pretty hard to find the end, so skip.
2136 '<div class="dac-modal-container">' +
2291 text container to show the max number of lines possible, without
2387 * @param {Object} item - A single filter option (checkbox container).
2401 * @param {Object} item - A single filter option (checkbox container).
2662 this.el = $(this.options.container);
2678 container: '.dac-header-crumbs',
4435 /** Scroll a container to make a target element visible
4447 // get the target element's offset from its container nav by measuring the element's offset
4448 // relative to the document then subtract the container nav's offset relative to the document
4453 // scroll the item up by an amount equal to 80% the container height
6078 this.containers = this.el.find(this.options.container);
6091 * @type {{activeClass: string, container: string, transitionSpeed: number}}
6096 container: '[data-swap-container]',
6103 * Returns container's visible height.
6104 * @param container
6107 SwapContent.prototype.currentHeight = function(container) {
6108 return container.children('.' + this.options.activeClass).outerHeight();
6132 this.containers.each(function(index, container) {
6133 container = $(container);
6136 container.children().toggleClass(this.options.activeClass);
6142 container.height(this.currentHeight(container)).children().toggleClass(this.options.activeClass);
6143 container.animate({height: this.currentHeight(container)}, this.options.transitionSpeed,
6488 '<div class="Video-container">' +