> Well, that is very strange. It works with jQuery 1.2.6, but not with > 1.3.1. Hmm. Will have to investigate.
Most likely the problem is that .trigger()ed clicks bubble in 1.3 but they didn't in 1.2, and it's bubbling back up to the tr.
Dave Methvin Tue, 03 Feb 2009 06:19:24 -0800
> Well, that is very strange. It works with jQuery 1.2.6, but not with > 1.3.1. Hmm. Will have to investigate.
Most likely the problem is that .trigger()ed clicks bubble in 1.3 but they didn't in 1.2, and it's bubbling back up to the tr.