﻿$(document).ready(function () {
  
  $('.auto-select').focus(function (evt) {
    this.select();
  });
});
