I have this javascript:
$('.focus .box.border').height($('.box.border').maxHeight() + 'px');
I put a height on the box.border element. But how can i put a extra 15 pixels to the height. But how can I give an extra height to 15 pixels.
Thanks for helping
1 Answer