/** * StatusBoard main script file * * */ var sb = { init: function() { $('.alert-data').alert(); } }; $('document').ready(sb.init);