/** * Created by driesjanssen on 11/10/16. */ $(document).ready(function(){ $('.popup').on('click', function() { alert('test'); }); });