[jQuery] Re: Help with dblclick

2007-08-03 Thread Michael Geary
From: Terry B I have a bunch of events and I loop through them. I would like to create a double-click effect so that I call function eventDoubleClick but I want that event to pass its index value, as such: for (i=0, iarrayLength; i++) { $t(#event_ + i).dblclick(function ()

[jQuery] Re: Help with dblclick

2007-08-03 Thread Terry B
i made it even more simply... sry, took forever for the post to actually post... $t(#event_ + i).dblclick(function () {eventDoubleClick(this)}); } just send the object On Aug 3, 4:03 pm, Michael Geary [EMAIL PROTECTED] wrote: From: Terry B I have a bunch of events and I loop