JQuery Trigger Event

JQuery Trigger Event

 Hi,

In JQuery I tried to trigger click event like below, based on their ID.

$('#parent0').trigger("click");
$('#parent1').trigger("click");

This code seems to be work in Firefox. But when I tried the same in IE8, it does not work. Could any one update me, how to fix this.

Thanks in Advance,