[jquery-ui] Re: Problem dragabble/droppable ie link

2009-02-11 Thread Trend-King
i added a ticket On 11 Feb., 14:16, "Richard D. Worth" wrote: > On Wed, Feb 11, 2009 at 7:52 AM, Trend-King wrote: > > > that is exactly the way i do (i wrote it above) > > Sorry, I was only looking at your earlier and later messages. Missed that > one. > &

[jquery-ui] Re: Problem dragabble/droppable ie link

2009-02-11 Thread Trend-King
link click > > $(".buy_drag").click(function() { >   return false; > > }); > > - Richard > > > > On Wed, Feb 11, 2009 at 7:07 AM, Trend-King wrote: > > > ok now the href don't execute but now i can't drag the element because > >

[jquery-ui] Re: Problem dragabble/droppable ie link

2009-02-11 Thread Trend-King
if i remove the revert: 'invalid' the a href is executed even if the draggable isn't in droppable is this a known bug in IE On 11 Feb., 13:12, Trend-King wrote: > if i remove the helper:'clone' option it works. > > or if i make an alert in the drop: function()

[jquery-ui] Re: Problem dragabble/droppable ie link

2009-02-11 Thread Trend-King
if i remove the helper:'clone' option it works. or if i make an alert in the drop: function(){alert('fsd');} On 11 Feb., 13:07, Trend-King wrote: > ok now the href don't execute but now i can't drag the element because > the > > is the ony element

[jquery-ui] Re: Problem dragabble/droppable ie link

2009-02-11 Thread Trend-King
ok now the href don't execute but now i can't drag the element because the is the ony element in the wrote: > I think you want > > cancel: '.buy_drag' > > instead of > > cancel: 'buy_drag' > > If that doesn't work, let us know. >

[jquery-ui] Re: Problem dragabble/droppable ie link

2009-02-11 Thread Trend-King
i forgot to write the link is returned false with this $('.buy_drag').live('click',function(){return false;}); greetings Jens --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group,

[jquery-ui] Problem dragabble/droppable ie link

2009-02-11 Thread Trend-King
Hi there we have a problem we have a draggable that contains a link $(".dragdrop").draggable({revert: 'invalid', helper:'clone',cancel: 'buy_drag'}); makes it draggable $("#putin_cart").droppable({ accept: '.dragdrop', drop: function(ev, ui) {