[jQuery] Re: manipulation on content results in text you can't trigger events with

2007-11-01 Thread MajorXP
I figured out a solution and wanted to run it by some other eyes Essentially the solution was to re-call the popup function. Since that worked, I had to also test adding future rows and ran into double popups, so I changed the class and jquery magically remembered the old class (as I had hope

[jQuery] Re: manipulation on content results in text you can't trigger events with

2007-11-01 Thread Tobias Parent
Well, you've attached the event, then gone ahead and created more divs and expect them to be forward-attached. You may want to look at something like LiveQuery. Regards, -Toby P. MajorXP wrote: I'm sure this was covered somewhere, but I can't find it. I'm struggling with some code and rath