how do we find all ul [data-role=listview] li a items?

how do we find all ul [data-role=listview] li a items?

I'm trying to find all the rel="external" links that are only stored under <ul data-role="listview">...</ul>.  How do we go about writing that?  This is what I have so far, but don't know how to implement the "listview" part into it....

  1. if ($('ul li a').attr("rel","external").length) {
  2.   $('ul li a').attr("rel","external").append('goes out to full site');
  3. }

Thanks!



*Break through the ice and never look back*