in jQuery 1.4.2 I used to use "return false" in some rare cases when I want everything to stop. However in jQuery 1.4.3 that does not work anymore with live events. More info at
http://bugs.jquery.com/ticket/7217
I have created an example to demonstrate this issue.
My question is if I am using jQuery 1.4.3 then how do I stop all further activities on an action so that no futher event gets fired.