(function($){ $.fn.call = function(callerSettings) { var login_id = this; $(login_id).bind('click',function(){ winW = document.body.offsetWidth; winH = document.body.offsetHeight $('.modal_box').remove(); $('#data_box').remove(); $('body').append(''); $('body').append('
'); $('#data_box').append('
'); $('#data_box').css( "left", ((winW-350)/2)+'px' ); var scrollTop = document.documentElement.scrollTop if (navigator.userAgent.toLowerCase().indexOf('chrome') > -1) { scrollTop = document.body.scrollTop; } $('#data_box').css( {"top" : (scrollTop+200)+'px',"width":"350px"} ); $('#data_box .data_wrp').append(''); app = '

Обратный звонок

'; app += '
'; app += '
'; app += ''; app += ''; app += ''; app += ''; app += ''; app += ''; app += '
'; app += '
'; app += '
'; $('#data_box .data_wrp').append(app); $(".modal_box, #modal_close").click(function() { $('.modal_box').remove(); $('#data_box').remove(); }); return false; }) } })(jQuery);