$(document).ready(function() { $(document).on("click", ".subscribeCampaign", function(e){ $($(this).data("target")).modal("show"); e.stopPropagation(); }); $(document).on("click", ".campaignShortInfoWrapper", function(e){ $($(this).data("target")).modal("show"); }); $(document).on("submit", "#frmSubscribe", function(e){ return false; }); });