(redirected from Wiki.Jquery-BindOnclickToAllDivElements)
Bind onclick event to all <div> elements
$("div").click(function() {
alert("You Clicked A Div!")
});
alert("You Clicked A Div!")
});
[Click to add or edit comments])
Please prepend comments below including a date