Hi Michael,
did you already find a solution concerning "revert only when not
dropped on a dropzone" ?
Does anyone else has an idea about my other problem: If the draggable
element gets dropped on a dropzone, I want a copy of it on the
original position where it as been dragged from and with an op
Hi Renato,
thanks! The line was exactly what I was searching for. By now I didn't
know how to access a elements' property.
ciao
Jan
Am 20.10.2005 um 00:28 Uhr schrieb Renato Formato:
> Have you tried to use the element "drag" property? That should be the
> Draggable object binded to the element.
Hi,
on my page I start an ajax-request which returns rhtml-code (I use
Rails) looping over some objects. When I place the following code within
the loop my browser (FF) crashs:
var set_std_objekt = function (id) {
new Ajax.Updater('divname', '/dosomestuff', {
asynchronous:true,
evalScr
make sure you're running Firefox version 1.5.0.1 (http://getfirefox.com).
> If it still crashes let me know and I'll look into it more.
> - Danger
> On 2/28/06, Jan Deppisch <[EMAIL PROTECTED]> wrote:
>>
>> Hi,
>>
>> on my page I start an ajax-re
#x27;s evalScripts method.
> http://dev.rubyonrails.org/ticket/3288
> rahul
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Jan
> Deppisch
> Sent: Tuesday, February 28, 2006 3:53 PM
> To: rails-spinoffs@lists.rubyonrails.org
>
Hi all,
I'm building an application which uses mostly ajax to update the
sections of the page. Now I've come to some thoughts on how to make the
ajax-handling more efficient / less buggy.
Currently, when the page loads up, I start some "new Ajax.Updater"-stuff
to fill some sections with content f
Hi,
currently I execute 2-3 AJAX-Calls (located at the end of html-body) on
loading the page. I run into problems now because they are executed
parallel of course :)
How can I garuantee that the Calls are executed when the page has loaded
completely ?
And, more interesing, how can I make one AJA