﻿// jquery validation code

$(document).ready(function(){

    // now visible the alert dev after complete loading of document
	$('#imgLoder').css('visibility', 'hidden');

    $('#imgShow').css('visibility', 'visible');

});
