For objects that are loaded via ajax, that you want to bind clicks to, try the Live jQuery plugin. http://jquery.com/plugins/project/livequery This allows you to separate the click functions. Then it will look normal, when you call the load inside in them.
Glen On 9/21/07, Rabbit <[EMAIL PROTECTED]> wrote: > > > My code is starting to look like this... > > http://pastie.caboo.se/99522 > > And I'm pretty sure that's not how it could or should look. > > Does anyone have any pointers on how one could structure their code? > > Thanks, much! > > - Rabbit >

