On 9/15/07, Roland <[EMAIL PROTECTED]> wrote: > > > > http://groups.google.com/group/behaviour/browse_thread/thread/7806299a24d0d395 > > Explains my problem...
Roland, If you used inline event handling like in Behaviour.js examples, none of this would happen. Instead, you used Event.observe with Prototype older than 1.6, right? Well, if you want to use Event.observe and re-apply behaviors without duplication, you'd probably have to upgrade to Prototype 1.6 so your handlers don't get duplicated. Also, there is no need to use the full behaviour.js library with Prototype. See my rewrite that covers the complete API of Behaviour library for Prototype: http://pastie.caboo.se/97428 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-core?hl=en -~----------~----~----~----~------~----~------~--~---
