don't understand delegate

don't understand delegate

 for example I have this item

<span id="myid">test</span>

with live it is easy:

$('#myid').live('click',function(){
      //do something
});

how to do this with delegate?