Guest User

Untitled

a guest
Oct 24th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. var maxHeight = Math.max.apply(null, jQuery(".section.resources-page .webinar >div").map(function ()
  2. {
  3. return jQuery(this).height();
  4. }).get());
Add Comment
Please, Sign In to add comment