jQuery(document).ready(function($) { $.getScript("http://buduyemorazom.com.ua/callme/language/"+$('html').attr('lang')+".js", function(){ var st = document.createElement("link"); st.setAttribute("rel","stylesheet"); st.setAttribute("href","http://buduyemorazom.com.ua/callme/callme.css"); document.body.appendChild(st); $('body').append('
'+oz+'
'+callme_name+'
'+callme_tel+'
'); $('#lang').val($('html').attr('lang')); $('#callme').css("top",(Math.floor($(window).height()/2-$('#viewform').height()/2))); $("#callmeform").css("top",(Math.floor($(window).height()/2-$('#viewform').width()/2))); $("#callmeform").css("height",250); var callmeformshow = true; function show() { $("#callme_result").html('
'+callme_send+'
'); //setTimeout( function(){ $("#callme_result").slideToggle("slow"); }, 3000); $.ajax( { type: "GET", url: "http://buduyemorazom.com.ua/callme/index.php", data: { cphone: $("#cphone").val(), cname: $("#cname").val(), lang:$("#lang").val() }, success: function(html) { $("#callme_result").html(html); setTimeout( function(){ $("#callme_result").hide("slow"); }, 3000); setTimeout( function(){ $("#callmeform").hide("slow"); }, 3000); } }); } $(".callme_submit").click(function() { show(); }); $("input#viewform").click(function() { //$("#callmeform").show("slow"); if(callmeformshow){$("#callmeform").show("slow");callmeformshow=false;return;} else{$("#callmeform").hide("slow");callmeformshow=true;return;} }); $("input#viewform").hover( function () { $(this).addClass("callmeform_hover"); }, function () { $(this).removeClass("callmeform_hover"); } ); }); });