Chained click event in 1.4.1

Chained click event in 1.4.1

Hi, this code works in 1.3.2 and stop working when I update to 1.4.1:

  1. $(this).parents().children("a[href='#']").prev().click();

I'm pretty sure that the problem is when I call click() function.
Help, what is wrong?