On Tue, Oct 13, 2009 at 6:49 AM, Matt <guitarroman...@gmail.com> wrote:

>
> What I want, though, is to add this class to the <h3> within my <li>.
> I tried:
>
>           receive: function(event, ui) {
>                        $(ui.item + ' h3').addClass('editable');
>

$(ui.item).find('h3').addClass('editable');

- Richard

Reply via email to