As browsers like ie doesn't support css calc function. so is there any way to get this working in jquery.
this is how it is done in css
.sidebar-one {
height: calc(100% - 135px);
The above code decreases 135px from its 100% height. Now how can it be in jquery