SyntaxFix
Write A Post
Hire A Developer
Questions
After making the id unique across the document ,You have to use event delegation
id
document
$("#container").on("click", "buttonid", function () { alert("Hi"); });