Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
クライアント側のアプリケーションで jquery 検証を使用しています。gmail で検証するカスタマイズされたメソッドを追加するアイデアはありません。
if (/@gmail\.com$/.test(string)) { // This is a gmail id. }