9 gemütliche Schuhe, die jede Fashionista haben sollte
/* DEBUG console.log("p offset:" + $('#wrapperCVPfx').parent().parent(".inlineDiashow").prev().prev().offset().top ); console.log("p height:" + $("#wrapperCVPfx").parent().parent(".inlineDiashow").prev().prev().height() );
console.log("aID offseet:" + $("#articlefeatID").offset().top ); console.log("aID height:" + $("#articlefeatID").height() );
console.log("p offset + height:" + parseInt($('#wrapperCVPfx').parent().parent(".inlineDiashow").prev().prev().offset().top + $("#wrapperCVPfx").parent().parent(".inlineDiashow").prev().prev().height()) ); console.log("aID offset + height:" + parseInt($("#articlefeatID").offset().top + $("#articlefeatID").height()) );
$('#wrapperCVPfx').parent().parent(".inlineDiashow").prev().prev().css("border","1px solid red"); */
/* if ( ( parseInt($('#wrapperCVPfx').parent().parent(".inlineDiashow").prev().prev().offset().top + $("#wrapperCVPfx").parent().parent(".inlineDiashow").prev().prev().height()) ) < ( parseInt($("#articlefeatID").offset().top + $("#articlefeatID").height()) ) ) { $('#wrapperCVPfx').width("400px"); //console.log("Resizing inlineDiashow"); } */ $(function() { $('#wrapperCVPfx').jScrollPane({showArrows: true}); }); $('#packagediaCVPfx').css('width', $('#packagediaCVPfx li').length * $('#packagediaCVPfx li').outerWidth());
<!--En