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

2009-03-04 Thread delphilynx
Hello, I am creating a website that must have hundred's of drag- and droppables so, I want to enable a Draggable on the mouseDown event (partially working) and a Dropable on the mouseUp event or something. So that they dont have to be created at once. Question 1): As my title suggest, I want a

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

2009-03-04 Thread delphilynx
Hello, I thought I had already create a new topic, but I dont see it at the discussion group. The issue is as follows, I am building a site that contains hundred's of dragg- and droppables. So I decide, that the draggable must be created on the OnMouseDown (already partially working), and the dr

[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?

[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-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-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-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 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-15 Thread delphilynx
Also not the solution requested, I should post in the jQuery-UI group. Thanks for the help!

[jQuery] [Ajax request]Can a dialog not show an alert message?

2009-03-16 Thread delphilynx
Hi everyone, I have an event that fires up a dialog, this all is working: 1) dialog have two buttons - Save button - Close button 2) when hitting the save button, it creates an Ajax Request, and on the succes event it must fire an alert with the message that comes back from the backend

[jQuery] Re: Can a dialog not show an alert message?

2009-03-18 Thread delphilynx
Anyone any comment about this issue? Thanks in advance!

[jQuery] Re: Can a dialog not show an alert message?

2009-03-23 Thread delphilynx
The code I have: [code] // Show edit planitem dialog function showEditPlanitemDialog(planid, title, timestamp){ $("#edit_dialog").dialog({ width: 155, buttons: { "Ok": function() { // Save $.ajax( {

[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!