How about

$("[EMAIL PROTECTED]").each(function() {
      var link = $(this).attr("href");
      $(this).tooltip({ bodyHandler: fetchLink(link) });
});

if that doesn't work, show some of the HTML of the hyperlinks and what
you'd like the end result to be

Reply via email to