[jQuery] Re: Drag and Drop Question

2008-10-28 Thread JCQ
to me, it looks like the z-index calculation is only happening when the board is set up. What if you put that zmax calculation into its own method, say, calculateZmax(), and then from *both* the ('.dragImage').click() function as well as the drop: function you called calculateZmax() ? Either

[jQuery] Re: Drag and Drop Question

2008-10-28 Thread Richard D. Worth
Please ask on the jQuery UI list: http://groups.google.com/group/jquery-ui/ - Richard On Tue, Oct 28, 2008 at 11:28 AM, Mazureth [EMAIL PROTECTED] wrote: im trying to write a cork board type app for a site and im having a little trouble with the drag and drop. basically there are 2 divs

[jQuery] Re: Drag and Drop question

2008-04-09 Thread vneal
- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of vneal Sent: Tuesday, April 08, 2008 3:15 PM To: jQuery (English) Subject: [jQuery] Re: Drag and Drop question Hi, that demo is pretty much the same as i've used - but thanks for letting me know re the updated version

[jQuery] Re: Drag and Drop question

2008-04-09 Thread Richard D. Worth
: Tuesday, April 08, 2008 3:15 PM To: jQuery (English) Subject: [jQuery] Re: Drag and Drop question Hi, that demo is pretty much the same as i've used - but thanks for letting me know re the updated version, i shall look there in future. As i've said before, i'm relatively new at this so

[jQuery] Re: Drag and Drop question

2008-04-09 Thread vneal
: [jQuery] Re: Drag and Drop question Hi, that demo is pretty much the same as i've used - but thanks for letting me know re the updated version, i shall look there in future. As i've said before, i'm relatively new at this so really have no idea on how i would add the 'border effect

[jQuery] Re: Drag and Drop question

2008-04-08 Thread Andy Matthews
There's a much newer version of the drag and drop found in the jQuery UI. I don't believe that the Interface plugins are being supported any more: http://ui.jquery.com and http://dev.jquery.com/view/trunk/ui/demos/ui.draggable.html -Original Message- From: jquery-en@googlegroups.com

[jQuery] Re: Drag and Drop question

2008-04-08 Thread vneal
Hi, that demo is pretty much the same as i've used - but thanks for letting me know re the updated version, i shall look there in future. As i've said before, i'm relatively new at this so really have no idea on how i would add the 'border effect' on the drag state. I'm thinking i might need to

[jQuery] Re: Drag and Drop question

2008-04-08 Thread Andy Matthews
(English) Subject: [jQuery] Re: Drag and Drop question Hi, that demo is pretty much the same as i've used - but thanks for letting me know re the updated version, i shall look there in future. As i've said before, i'm relatively new at this so really have no idea on how i would add the 'border

[jQuery] Re: Drag and Drop question

2008-04-08 Thread ripple
: Drag and Drop question Hi, that demo is pretty much the same as i've used - but thanks for letting me know re the updated version, i shall look there in future. As i've said before, i'm relatively new at this so really have no idea on how i would add the 'border effect' on the drag state. I'm

[jQuery] Re: Drag and Drop question

2008-04-06 Thread the_woodsman
Do you have firefox and firebug? Just run console.log(ui) to dump all the fields and methods of the object to the firebug console... should be a useful place to start! On Apr 5, 8:08 pm, chris [EMAIL PROTECTED] wrote: I am still having problems with this. I can't find anything on the web

[jQuery] Re: Drag and Drop question

2008-04-06 Thread chris
That will do it. Thanks for the tip :) On Apr 6, 6:33 am, the_woodsman [EMAIL PROTECTED] wrote: Do you have firefox and firebug? Just run console.log(ui)  to dump all the fields and methods of the object to the firebug console... should be a useful place to start! On Apr 5, 8:08 pm, chris

[jQuery] Re: Drag and Drop question

2008-04-05 Thread chris
I am still having problems with this. I can't find anything on the web about inspecting the arguments. Help :) On Apr 4, 1:45 pm, chris [EMAIL PROTECTED] wrote: I am trying to allow a person to sort a list of items by dragging and dropping them.  I need to know the new index to where the item