//DO NOT INCLUDE SCRIPT TAGS
IMV_Ints.validateEmail = function(strEmail){
//replace any leading or trailing spaces
strEmail=$.trim(strEmail);
var regex = /^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/;
if(!regex.test(strEmail)) return false;
return true;
}
IMV_Ints.postGo = function(url){
$('#dvIntsError').fadeOut(300);
if(!IMV_Ints.validateEmail($('#ints-txtEmail').val())){
$('#dvIntsError').fadeIn(300);
return;
}
var form=$('
Interstitial_Membership_JavaScript
May 1, 2016
Latest in Home
What brain mechanisms drive depression in older adults?
January 24, 2025
German team supports use of endovascular thrombectomy
January 23, 2025
DEXA receives major boost for osteoporosis screening
January 22, 2025
ML model using CCTA, MRI data predicts MACE in cardiac patients
January 20, 2025