Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. jQuery('.container-tabs.hidden-xs.hidden-sm').click(function(){
  2. var a = $(this).attr('href');
  3. console.log(a);
  4. var height=document.querySelector('div'+a).offsetheight;
  5. console.log(height);
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement