Hi

I have an accordion and some divs inside which I want to able to drag
out however it wont work with zindex.

I have also tried $('.selector').draggable({ appendTo: 'body' });  but
this does't work either.

Heres my code:

// DRAG OBJECTS

$(function() {
                $("#draggable").draggable({ appendTo: 'body' });
        });

// ACORDION MENU

$(function()
{
$("#accordion").accordion(
{
fillSpace: true,
active: false
});
});
$(function() {
$("#accordionResizer").resizable(
{
resize: function()
{
$("#accordion").accordion("resize");
},
minHeight: 140
});
});
-- 
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery...@googlegroups.com.
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en.


Reply via email to