I'm having problems with jQuery events and event delegation.  I've got a
table with multiple rows and a click event registered on the tbody of that
table.  I'm trying to programmatically "click" a cell so that the event will
bubble up to the tbody click event with the correct target.  

I've tried both the click() and trigger('click') and neither seem to fire
off a dom event due to the fact that I don't have a jquery registered click
event on the cell.

I then tried registering a one time click event on the target cell, then
fire off the click() and trigger('click') methods and neither seem to bubble
up either?

Please help.

Cheers,
greenteam
-- 
View this message in context: 
http://www.nabble.com/Trigger-Dom-Event-tp19784821s27240p19784821.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to