selectable events

selectable events

I tried writing the following:

$("#somedivtag").selectable(); 
$
("#somedivtag").bind("selected", function(event, ui) {
                  alert
('something was selected');
});

but the alert does not show up.