ok

Mini Shell

Direktori : /home2/selectio/public_html/geniusgroove.in/crm/backend/usertemplate/assets/js/
Upload File :
Current File : /home2/selectio/public_html/geniusgroove.in/crm/backend/usertemplate/assets/js/scripts.js

jQuery(document).ready(function() {

    /*
        Fullscreen background
    */
    $.backstretch([
                    "../backend/usertemplate/assets/img/backgrounds/2.jpg"
	              , "../backend/usertemplate/assets/img/backgrounds/3.jpg"
	              , "../backend/usertemplate/assets/img/backgrounds/1.jpg"
	             ], {duration: 3000, fade: 750});
    
    /*
        Form validation
    */
    $('.login-form input[type="text"], .login-form input[type="password"], .login-form textarea').on('focus', function() {
    	$(this).removeClass('input-error');
    });
    
    $('.login-form').on('submit', function(e) {
    	
    	$(this).find('input[type="text"], input[type="password"], textarea').each(function(){
    		if( $(this).val() == "" ) {
    			e.preventDefault();
    			$(this).addClass('input-error');
    		}
    		else {
    			$(this).removeClass('input-error');
    		}
    	});
    	
    });
    
    
});

Zerion Mini Shell 1.0