- Posts: 29
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
$(document).ready(function(){ var newMessage = '<p>Su Rut no se encuentra registrado o esta mal escrito.</p>\ <p> Recuerde usar el formato "11.111.111-k". </p>'; $('.alert-danger').html(newMessage); });