Here is an image which shows my ul block

every li is identical to the expanded li shown. How do I select all of these a tags within this ul ?
I tried using something like
$('ul:has(li) > a')
but that does not seem right. Also I need to target the ul by its Id. Any help with this appreciated. Thanks ,
try the following: