I used owl carousel plugin and bootstrap , what i have done so far is when you reach to last item of owl carousel it going to append a submit button instead of next button via callback i want when click on submit button do something but problem is click function not working although i used on handler but still not working.
$('#btn-submit').on('click',function(){
alert('submit clicked');
});