I am working with single page application, trying simple click event, its working with first screen but not working with second or third screen...
$("#Signup").click(function() {
alert("click success");
$("#ButtonAction1").modal({
show: true
});
});