[jQuery] Re: using thickbox with jquery live

2007-11-22 Thread alexanmtz
I made the same thing, but Im having trouble... Im having a lot of requests per time... On Nov 7, 11:59 am, tlphipps <[EMAIL PROTECTED]> wrote: > I did that very thing be modifying the tb_init() function in > thickbox. Here is my modified version that uses livequery. > > function tb_init(domChun

[jQuery] Re: using thickbox with jquery live

2007-11-08 Thread [EMAIL PROTECTED]
thanks so much. that worked perfectly. On Nov 8, 12:59 am, tlphipps <[EMAIL PROTECTED]> wrote: > I did that very thing be modifying the tb_init() function in > thickbox. Here is my modified version that uses livequery. > > function tb_init(domChunk){ > $(domChunk).livequery('click',funct

[jQuery] Re: using thickbox with jquery live

2007-11-07 Thread tlphipps
I did that very thing be modifying the tb_init() function in thickbox. Here is my modified version that uses livequery. function tb_init(domChunk){ $(domChunk).livequery('click',function(){ var t = this.title || this.name || null; var a = this.href || this