$(function () { /* Messages */ $('#messages div').each(function () { $(this).dialog(); }); });