Advertisement
srikat

Untitled

Nov 10th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. $('.top .wrap .home-welcome .bg-2').each(function () {
  2. $srcElemHeight = $('.top .wrap .home-welcome > section.widget_text').innerHeight();
  3. $(this).height($srcElemHeight);
  4. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement