// // add a bootstrap alert to the page via javascript. // function alert_message(msg) { $('#messages').append('
×'+msg+'
'); }