$(document).ready(function(e){$("a.aanvullende-info").on("click",function(e){e.preventDefault();var t=$(this).attr("data-info");hrmConfirm("Informatie",{message:$(".aanvullende-info-tekst."+t).html()})})})