(function ($) { $(document).ready(function() { var buttonClass = 'hth-quote-box-close'; $('head').append($('')); $('.hth-quote-box-container').each(function() { var $tabs = $(this).find('.hth-quote-box-trigger'); var $tabContent = $(this).find('.hth-quote-form'); var $closeButton = $('') .click(function() { $tabContent.slideUp(500); $tabContent.removeClass('open'); }) .appendTo($tabContent); }); }); }(jQuery));