Die coolsten DIY-Ideen für Halloween
/* DEBUG console.log("p offset:" + $('#wrapperPxOpS').parent().parent(".inlineDiashow").prev().prev().offset().top ); console.log("p height:" + $("#wrapperPxOpS").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($('#wrapperPxOpS').parent().parent(".inlineDiashow").prev().prev().offset().top + $("#wrapperPxOpS").parent().parent(".inlineDiashow").prev().prev().height()) ); console.log("aID offset + height:" + parseInt($("#articlefeatID").offset().top + $("#articlefeatID").height()) );
$('#wrapperPxOpS').parent().parent(".inlineDiashow").prev().prev().css("border","1px solid red"); */
/* if ( ( parseInt($('#wrapperPxOpS').parent().parent(".inlineDiashow").prev().prev().offset().top + $("#wrapperPxOpS").parent().parent(".inlineDiashow").prev().prev().height()) ) < ( parseInt($("#articlefeatID").offset().top + $("#articlefeatID").height()) ) ) { $('#wrapperPxOpS').width("400px"); //console.log("Resizing inlineDiashow"); } */ $(function() { $('#wrapperPxOpS').jScrollPane({showArrows: true}); }); $('#packagediaPxOpS').css('width', $('#packagediaPxOpS li').length * $('#packagediaPxOpS li').outerWidth());