[jQuery] Re: Best Method to (re)bind event handlers

2007-04-11 Thread Olaf Gleba
Am 11.04.2007 um 06:39 schrieb Yansky: There might be some info in this tutorial that could help you: http://www.learningjquery.com/2006/09/sacrificial-lambda Thx to all who responded to my inital post. Your comments helped a lot. As i use anonymous function as a wrapper yet, i'll try the l

[jQuery] Re: Best Method to (re)bind event handlers

2007-04-10 Thread Yansky
There might be some info in this tutorial that could help you: http://www.learningjquery.com/2006/09/sacrificial-lambda On Apr 10, 5:18 pm, Olaf Gleba <[EMAIL PROTECTED]> wrote: > Hi, > > the last two days i argue about how to handle (re)binding event > handlers in a most elegant and un-redundant

[jQuery] Re: Best Method to (re)bind event handlers

2007-04-10 Thread Ariel Jakobovits
return false; > }; $("a.toggleBelowLoadedContent").toggle(ToggleFunctions.onClickEven,...) - Original Message From: Brandon Aaron <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Tuesday, April 10, 2007 5:37:03 AM Subject: [

[jQuery] Re: Best Method to (re)bind event handlers

2007-04-10 Thread Brandon Aaron
You might find the copyEvents plugin of interest. http://brandon.jquery.com/plugins/copyEvents/ -- Brandon Aaron On 4/10/07, Olaf Gleba <[EMAIL PROTECTED]> wrote: Hi, the last two days i argue about how to handle (re)binding event handlers in a most elegant and un-redundant way when i work w