[jQuery] Re: OnMouseDown = create draggable, OnMouseUp = create droppable

2009-03-27 Thread delphilynx
The solution is posted here: http://groups.google.com/group/jquery-ui/browse_thread/thread/bec7dba6705040fc/f52e524f230b93e0?lnk=gst&q=delphilynx#f52e524f230b93e0 On 16 mrt, 07:35, delphilynx wrote: > Also not the solution requested, I should post in the jQuery-UI group. > Thanks for the help!

[jQuery] Re: OnMouseDown = create draggable, OnMouseUp = create droppable

2009-03-15 Thread delphilynx
Also not the solution requested, I should post in the jQuery-UI group. Thanks for the help!

[jQuery] Re: OnMouseDown = create draggable, OnMouseUp = create droppable

2009-03-09 Thread Javier Martinez
http://dev.jqueryui.com/ticket/3876 Not fixed yet, but the code I prupose for the draggable part is still working. The droppable can be created on mousedown at the same time that draggable. Hope it works.

[jQuery] Re: OnMouseDown = create draggable, OnMouseUp = create droppable

2009-03-09 Thread delphilynx
BTW, here is the HTML source (build from PHP and MySQL). http://depositfiles.com/files/8qhklz539

[jQuery] Re: OnMouseDown = create draggable, OnMouseUp = create droppable

2009-03-09 Thread delphilynx
Not yet, oops, I think I am in the wrong mailing list. As mentioned in my first line in my startpost, I need indeed hunderds of drag and droppables, the CPU is now running at its full speed when dragging just somewhat around. I want to solve that by creating a draggable and a droppable when neede

[jQuery] Re: OnMouseDown = create draggable, OnMouseUp = create droppable

2009-03-09 Thread Peter Edwards
Have you tried the jQuery UI mailing list? Why not create draggable and droppable at the same time? The way I understand it, a draggable is created so it can be dropped on a droppable, so the two are linked and it makes sense to create them at the same time. Or do you need to create hundreds o

[jQuery] Re: OnMouseDown = create draggable, OnMouseUp = create droppable

2009-03-08 Thread Karl Rudd
Sorry, no idea. Haven't used jQueryUI before. Karl Rudd On Mon, Mar 9, 2009 at 5:56 PM, delphilynx wrote: > > Thanks for the answer Karl Rudd, > > But that is what I already have tried. If you read the start post, > then you see that I want to create the drag and dropable on runtime. > If there

[jQuery] Re: OnMouseDown = create draggable, OnMouseUp = create droppable

2009-03-08 Thread delphilynx
Thanks for the answer Karl Rudd, But that is what I already have tried. If you read the start post, then you see that I want to create the drag and dropable on runtime. If there is something what is not clear, please say it. Thanks again if someone is willing to read the start post and then poin

[jQuery] Re: OnMouseDown = create draggable, OnMouseUp = create droppable

2009-03-08 Thread Karl Rudd
Try http://jqueryui.com/ Karl Rudd On Mon, Mar 9, 2009 at 5:33 PM, delphilynx wrote: > > No one? Is there such a feature in jQuery for this problem? > > Thanks in advance guys! I have al this days been working on this > issue, and hope someone is willing to take a short look to this > problem.

[jQuery] Re: OnMouseDown = create draggable, OnMouseUp = create droppable

2009-03-08 Thread delphilynx
No one? Is there such a feature in jQuery for this problem? Thanks in advance guys! I have al this days been working on this issue, and hope someone is willing to take a short look to this problem. Thanks

[jQuery] Re: OnMouseDown = create draggable, OnMouseUp = create droppable

2009-03-06 Thread delphilynx
At this moment, I havent found a solution. Can jQuery not such things. I thought it was realy simple for jQuery. But in the documentation there is not mentioned such a solution. Can anyone say what I have to do to get the right Ajax/Drag n Drop functionality?

[jQuery] Re: OnMouseDown = create draggable, OnMouseUp = create droppable

2009-03-04 Thread delphilynx
Anyone that can read it and point me to the right direction?