[jQuery] Re: binding dynamically inserted DOM elements

2007-10-18 Thread schmingle
nevermind, i think i found the solution: http://brandonaaron.net/docs/livequery/ are there any other known methods? On Oct 18, 12:59 pm, schmingle <[EMAIL PROTECTED]> wrote: > i have a piece of code that inserts new objects into the DOM. these > objects are of the same class as o

[jQuery] binding dynamically inserted DOM elements

2007-10-18 Thread schmingle
i have a piece of code that inserts new objects into the DOM. these objects are of the same class as other objects already in the DOM to which jquery has bound. how do i get these new objects to bind the same as the existing ones? in other words... let's say i have this: $('.foo').click(functi