I'll be using posting up some more examples of how to use it for other calculations soon.
var rowHeight = $(".views-row-first").height();
// now to write that value into the css
$(".offer-cards .match-heights").css("height", rowHeight);
}
No comments:
Post a Comment