You can use the "handle" option of the sortable. In this case it would
look like this:

$(".column").sortable({
        handle: '.portlet-header',
        connectWith: ['.column']
});

--
Bohdan Ganicky

On Jan 20, 1:01 pm, shmuelzon <shmuel...@gmail.com> wrote:
> hey,
>
> i'm new to the whole jQuery scene, and i'm trying to create a small
> portal with frames you can rearrange (igoogle style)
> i've seen this 
> demo:http://jquery-ui.googlecode.com/svn/trunk/demos/sortable/portlets.html
> and tweaked it a bit, but i can't figure out how (if at all possible)
> i can make the frames move only if i click on the frame title and not
> the whole frame.
>
> thanks ind advanced!

Reply via email to