Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. jQuery('.holdingsGrid > .dataRow').each(function(){
  2. var t = $('.ticker',this).clone(); t.find('small').text('');
  3. console.log((t.text().trim()||'n/a')+'|'+$('.ticker small',this).text()+'|'+$('.quantity p',this).text()+'|'+$('.price p',this).text()+'|'+$('.value p',this).text());
  4. }); 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement