I would like to replace just the height attribute to min-height
this is how I would normally change the value, but not sure how to change the attribute
$('.mySelector').css('height','650px')
<div class="mySelector" style="cursor: -moz-grab; width: 1266px; height: 650px;">
My apologies should have mentioned this earlier
If you have your height set in the
heightattribute, I think you’d have to do something like this: