$(function () { $('.chapterrow').click( function () { $('.topicrow').removeClass('d-flex'); $(this).parent().find('.topicrow').addClass('d-flex'); } ); function resizeAR(){ var $element = $('.chapter, .topic, .heading'); var width = $element.width(); var height = width/(16); $element.css("padding-top", height); $element.css("padding-bottom", height); }; resizeAR(); window.onresize = function() { resizeAR(); } }); /*******************************************************************/ /* ftrtch dino */ /* [type: JS] [file:sitemap-template] [34.381] DESIGN*/ /*******************************************************************/ /* 0.11 D>D */ /* db 164 */