| Current Path : /var/www/homesaver/www/local/templates/aspro_next/components/bitrix/subscribe.form/main/ |
| 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} }
});
}
})