Skip to content

Instantly share code, notes, and snippets.

@doxavore
Created January 27, 2012 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save doxavore/1689660 to your computer and use it in GitHub Desktop.
Save doxavore/1689660 to your computer and use it in GitHub Desktop.
resize: ->
elem = @$()
usableHeight = elem.height()
elem.children(':not(.si-fill-container)').each (idx, childEl) ->
usableHeight -= $(childEl).outerHeight()
@$('.si-fill-container').css('height', "#{usableHeight}px")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment