[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] manipulation on content results in text you can't trigger events with

2007-11-01 Thread MajorXP
I'm sure this was covered somewhere, but I can't find it. I'm struggling with some code and rather than try to explain it, first look at this code. It should be simple to follow, but when you run it - it doesn't work as intended. -