I have a draggable with img and span tags and I want them both to be
handles.
I tried doing
$('.draggable').draggable({
handle: 'img + span'
});
but it doesn't works, I also tryed using full paths and it doesn't
seems to work?
how can I do this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---