[Proto-Scripty] Re: How to prevent doubleclicking on links

2013-03-15 Thread Maciej Zaleski
Ok, seems to be fixed in about 80%. I added line ondblclick = javascript:location.reload() to my div, and every time user is doubleclicking on menu, page doesn't break but its being refreshed instead. It's not perfect solution but it works. If u have better one , plese write. --

Re: [Proto-Scripty] AutoComplete

2013-03-15 Thread Miguel Beltran R.
That's rigth, I'm using another library - AutoComple.js 2013/3/14 Jason Westbrook jwestbr...@gmail.com Hey Walter - I don't think that Miguel is using Scriptaculous Autocomplete, as I can't find the code snippet in the emails - plus I use Scriptaculous Autocomplete with some of my

Re: [Proto-Scripty] Re: Prototype Ajax.Request POST failure in Internet Explorer 8

2013-03-15 Thread Rachid B.
Hi Parikshit Tiwari , Have you found a solution to this problem? I searched on the web for 2 days but I found nothing. I'm completely stuck. Thx Le jeudi 6 décembre 2012 02:58:30 UTC+1, Parikshit Tiwari a écrit : epoch, How were you able to send the handshake? what did you do to send

[Proto-Scripty] jquery -v- scriptaculous - what best can replace jquery's .toggle .animate

2013-03-15 Thread Gretsch
Historically the site used jquery for some animation effects. but recently we added some scriptaculous ones - only to find there are conflicts. Can someone point me to a scriptaculous effect that moves a div into view and when clciked again move it (mostly) out of view (i.e. leaving a tab

Re: [Proto-Scripty] Re: Prototype Ajax.Request POST failure in Internet Explorer 8

2013-03-15 Thread Rachid B.
Hi Epoch, I have the same problem with IE8. I use NTLM authentication. All my POST request are just ignored by the server. Please what did you do to solve this ? Thx. -- You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To

Re: [Proto-Scripty] Re: How to prevent doubleclicking on links

2013-03-15 Thread Jason Westbrook
What you are probably detecting is not just the double click event but a second click event that is delayed enough from the original click to cause a new click event so what I propose is to identify if you are currently running the click handler then either stop() the 2nd event or return inside