When I use .bind to bind event on child and parent, child event can stop event propogation with return false; But when I use delegate, return false; does not stop event prop
your event is not being propagated. you are binding a click handler to the .parent, and you are clicking on .parent