/* * http://gobleni.z7z.eu */ $(document).ready(function () { root = $('.root').attr('href'); $('.index').click(function () { djam('затвори\n\
' + $(this).children('div').html() + '
\n\ Гоблен'); }); $('select[name=izbor]').change(function() { var val = $(this).val().replace('/', ''); window.location.href = $('.root_').attr('href') + '/' + $(this).data('controll') + '/' + val; }); $(window).scroll(function () { if ($(this).scrollTop() > 370) $('#back_to_top').fadeIn(); else $('#back_to_top').fadeOut(); }); $('#back_to_top').click(function () { $('body,html').animate({ scrollTop: 0 }, 800); return false; }); }); function getImportant() { $.ajax({ type: 'POST', url: root + 'home/get_important', data: { get_important: 1 } }).done(function (data) { djam1(data); }).fail(function () { alert('Сървъра не отговаря!!!') }); }