what is the difference between .find.('ul:visible') and .find('ul').is(':visible') ???

what is the difference between .find.('ul:visible') and .find('ul').is(':visible') ???

Hi
pls check this fiddle  http://jsfiddle.net/TTm2q/

both are checking whether the "ul" is visibile or not right?