I am added json object data and three buttons for every li tag in my webpage. My requirement is , I want to get that dynamically added button . But i am not getting that button by using script below
$("but1").click(function(){
alert("hi iam getting dynamic added button");
});
So please give me some suggession to acheive this.