(function($){ // MODAL APOYOS $(document).on('click', '.apoyos', function() { var accion = $(this).attr('rel'); if(accion==='ADEDOC'){ $('#adeuda').modal('show'); } if(accion==='PEAPRO'){ $('#poraprobar').modal('show'); } if(accion==='INSCOUT'){ $('#inscripout').modal('show'); } }); }(jQuery));