﻿$(document).ready(function() {

/* telefone */

    $("telefoneMask").mask("(99)9999-9999");
    
    
//    var telefoneInput = $(".boxNovidades input.telefoneMask");

//    $(telefoneInput).focus(function() {
//        $(this).mask("(99)9999-9999");
//    });

//    $(telefoneInput).blur(function() {
//        //$(this).unmask();
//        
//        /*var val = $(this).val();
//        if (!val) {
//            $(this).val("Telefone");
//        }*/
//    });
//    
//     /* telefone Form Terreno */
//     /*
//     var telefoneInput2 = $(".boxConteiner input.telefoneMask");

//    $(telefoneInput2).focus(function() {
//        $(this).mask("(99)9999-9999");
//    });

//    
//    $(telefoneInput2).blur(function() {
//        $(this).unmask();
//        //var val = $(this).val();
//        //if (!val) {
//           // $(this).val("Telefone");
//        //}
//    });
//    */
//  
//    

//var telefoneInput = $(".boxConteiner input.telefoneMask");

//    $(telefoneInput).focus(function() {
//        $(this).mask("(99)9999-9999");
//    });

//    $(telefoneInput).blur(function() {
//        //$(this).unmask();
//        
//        /*var val = $(this).val();
//        if (!val) {
//            $(this).val("Telefone");
//        }*/
//    });
//     

//    /* nome */
//    var nomeInput = $(".boxNovidades input.nomeMask");

//    $(nomeInput).focus(function() {
//        $(this).val("");
//    });

////    $(nomeInput).blur(function() {
////        var val = $(this).val();
////        if (!val) {
////            $(this).val("Nome");
////        }
////    });

//    /* email */
//    var emailInput = $(".boxNovidades input.emailMask");

//    $(emailInput).focus(function() {
//        $(this).val("");
//    });

////    $(emailInput).blur(function() {
////        var val = $(this).val();
////        if (!val) {
////            $(this).val("E-mail");
////        }
////    });

});
