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
You can always use e.stopPropagation()
e.stopPropagation()