Hello! I just thought there would be a common pattern to this problem as i > almost can't believe that we're the first ones that need to 'pause' > event handlers without removing them. >
Yes, this is a common problem without easy solution. As T.J. Crowder said, better try to find another solution. > Regarding the stop() i think we got some NS problems as prototype and > jQuery is mixed on many different spots and the whole namespacing > isn't consistent. > There is a special "no conflict" mode in jQuery: docs<http://docs.jquery.com/Using_jQuery_with_Other_Libraries> API <http://api.jquery.com/jQuery.noConflict/>. -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To view this discussion on the web visit https://groups.google.com/d/msg/prototype-scriptaculous/-/wQpy_YAkokcJ. 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-scriptaculous?hl=en.
