CustomSliderOptions={ pager :true, controls:true, auto:true, pause:8000, autoHover:true, }; function CustomCallBackOpen($dropdown){ var ClassSmall=($dropdown.find('li').length <15) ? "smallWidth" : false; if(ClassSmall){ $dropdown.addClass(ClassSmall); } var H=$dropdown.find('.list').height(); var $Encard=$dropdown.parents(".select").find(".encardInFilter"); $Encard.css('height', H); }