Skip to content

can not use event.stopPropagation() to stop the event propagation #1366

Open
@mobljs

Description

@mobljs

<div><p><em> some thing </em></p></div>

$('div').on('click','p',function(e){
  // here still performed
}).on('click','em',function(e){
  e.stopPropagation( );
  return false;
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions