$(function () { var refresh = function () { DropListControl.refresh(elById("Notify_sNotify"), {rgOpts: $.map(NotifyPlugin.UserNames(), UnicodeClean)}); }; refresh(); $(window).bind('BugViewChange', refresh); });