All-Star
15186 Points
3888 Posts
Nov 29, 2016 06:15 PM|raju dasa|LINK
Hi,
jeffcarter In your example, you are using this which I don't have in the view page so way to add onblur in html for me.
Just blindly copy/paste this function below validateDomain() function and give it a try.
$(function () { $('#Email').blur(function (ele) { validateDomain(ele); }); });
All-Star
15186 Points
3888 Posts
Re: Any javascript validation to restrict specific email domain names from entering?
Nov 29, 2016 06:15 PM|raju dasa|LINK
Hi,
Just blindly copy/paste this function below validateDomain() function and give it a try.
rajudasa.blogspot.com || rajudasa-tech