/ Published in: jQuery
URL: https://bitly.com/u/johndoe
Expand |
Embed | Plain Text
var links = "Source URL\tDestination URL\n"; $(".resultsItemContainer").each(function(){ var o = $(this).find("div.short_url_display_more a").attr("href"); var d = $(this).find("div.long_url_display_more a").attr("href"); links += o+"\t"+d+"\n"; }) alert(links);
You need to login to post a comment.
