﻿$(document).ready(function () {
    $(".phoneTextBox").mask("(999) 999-9999");
});




