Skip to content

Instantly share code, notes, and snippets.

@ckozus
Last active December 19, 2015 18:59
Show Gist options
  • Save ckozus/6003059 to your computer and use it in GitHub Desktop.
Save ckozus/6003059 to your computer and use it in GitHub Desktop.
window.pricingFunction = ->
max = Math.max solo.height(), basic.height(), business.height()
$('.solo, .basic, .business').height(max)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment