﻿$(function () {
    $("input:enabled:visible:first").focus();
});
