$(document).ready(function () { $('#CountryNameD').addClass('ddl'); $("#btnPrint").css("display", " "); $('#SendEmailDialog').dialog({ autoOpen: false, width: '300', height: '180', resizable: false, close: function (ev, ui) { $(".modalOverlay").remove(); } });
function IsEmail(email) { var regex = /^([a-zA-Z0-9_.+-])+\@(([a-zA-Z0-9-])+\.)+([a-zA-Z0-9]{2,4})+$/; return regex.test(email); }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)