Авторизуйтесь по паролю
DreamFix 26.02.2012 модальное окно Все вопросы » Общие вопросы 4973
$('#mask').click(function () { $(this).hide(); $('.window').hide(); });
ПафНутиЙ - 2015-06-2028 февраля 2012 09:24 - #3991
DreamFix - 2015-06-2029 февраля 2012 00:14 - #4014
ПафНутиЙ - 2015-06-2029 февраля 2012 01:18 - #4015
Bind to the close event by type: dialogclose. $( ".selector" ).bind( "dialogclose", function(event, ui) { ...});
Basil_CHe - 2015-06-2029 февраля 2012 01:45 - #4016
$('a.close, #fade').live('click', function() { $('#fade, .popup_block').fadeOut(function() { $('#fade, a.close').remove(); }); return false; });
alex_kokorin - 2015-06-2014 марта 2019 09:37 - #71587
function showBlockprava() { $(function(){ $('#prava').dialog({ autoOpen: true, modal: true, width: 700, }); }); }
header('Location: ' . $config['http_home_url'] );
header("Location: ".($config['allow_alt_url'] ? $config['http_home_url'] .'user/'.urlencode($member_id['name']).'/' : $PHP_SELF.'?subaction=userinfo&user='.urlencode($member_id['name'])));
CREATE TABLE `dle_views` ( `id` int(11) NOT NULL, `news_id` int(11) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;