I need to add height in a div when I click a button, but it has a but this div is on another page and that's what I'm not able to do, I'll show you how I did it in the code below if anyone can help. p>
CODE
$('.close-reveal-modal').click(function(){
$('#site .makingof .slide').addClass('insere-altura');
});
Explaining the code: When I click on .close-reveal-modal it returns to the index.php page and inserts the "insert-height" class together with the slide class.