search for: kzmsvdh4tczwk0htik3j

Displaying 3 results from an estimated 3 matches for "kzmsvdh4tczwk0htik3j".

2005 Nov 19
16
Looking to develop for scriptaculous
Hello All, I have just joined rails-spinoffs mailing lists and I would like to introduce myself. My name is Casey and I am a professional Web and J2EE developer currently working out of New York. I am very interested in contributing to the Scriptaculous javascript library. For the past few months I have been using certain functions in the library and I have to say that it has taken my
2006 Feb 28
0
Question abour Draggables & Droppables - my code example
...David Z?lke) > 5. RE: Re: [Rails-spinoffs] Question abour Draggables & > Droppables (Ryan Gahl) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 27 Feb 2006 12:38:48 +0000 > From: Chris Lear <chris.lear-kZMsvDh4tCZWk0Htik3J/w@public.gmane.org> > Subject: Re: [Rails-spinoffs] Disabling anchor clicking in a draggable > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > Message-ID: <4402F2D8.1060406-kZMsvDh4tCZWk0Htik3J/w@public.gmane.org> > Content-Type: text/plain; charset=ISO-8...
2006 Jan 25
0
Making an unload event work with prototype
I found that I couldn''t register an unload event using prototype. The reason seems to be that prototype registers an unload event which unregisters all events, including other unload events. It''s commented as a fix for an IE memory leak. In case anyone else wants to use unload events, here''s a fix that works for me, and might work for you. It simply skips unload events