Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/local/templates/aspro_next/components/bitrix/subscribe.form/main/
Upload File :
Current File : /var/www/homesaver/www/local/templates/aspro_next/components/bitrix/subscribe.form/main/script.js

$(document).ready(function(){
	if(typeof obDataSubscribe !== "undefined")
	{
		$(".s_"+obDataSubscribe+" form.sform").validate({
			rules:{ "sf_EMAIL": {email: true} }
		});
	}
})