Home >Web Front-end >JS Tutorial >js event bubbling example sharing (tested)_javascript skills
Examples on the Internet use $(".b").live("click",function(event){}. jquery automatically handles live and prevents events from bubbling. Change it to bind and the experiment will pass.