Getting URLs from tabs

Getting URLs from tabs

I know you can change a URL by .tabs( "url" , index , url ),

but can I get the URL from each tab within a tab set.

eg

$(li).each(function(index)){
 alert(index  + ":" + $(this).url())
}

or something like that.