korstudio

Export Device IDs from Apple Developer Devices Page to Console

May 29th, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $("#grid-table tr.ui-widget-content").each(function(index, dom){
  2.     var cols = $(dom).find("td:visible");
  3.     console.log($(cols[1]).text()+"\t"+$(cols[0]).text());
  4. });
Advertisement
Add Comment
Please, Sign In to add comment