The change events inside the bootstrap button dropdown is not functioning. What could be the reason? How to fix this?
Below is my fiddle. I wanted to fire a checkbox changed event but surprisingly the below code doesn't fire.
http://jsfiddle.net/20hLtzvr/18/
$('#chk0').click(function()
{
alert('hello world');
});