Jump to content

SkyRewir

Neophyte
  • Posts

    1
  • Joined

  • Last visited

SkyRewir's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. Здравствуйте помогите пожалуйста допилить скрипт Нужно чтобы при нажатии на .sendmailOn, .feedbackOn не отрабатывала функция getWindow() $(document).ready(function() { function cookieses() { alert ('click'); $.cookie('smartCookies', true, { expires: 31, path: '/' }); } $('.sendmailOn, .feedbackOn').on('click', function(event){ cookieses(); } ); (function($) { $(function() { if (!$.cookie('smartCookies')) { function getWindow() { $('.offer').arcticmodal({ closeOnOverlayClick: true, closeOnEsc: true }); $('#mark').addClass("good"); }; $('html').mouseleave(function(e) { if ((e.clientY < 0) && !($("#mark").hasClass("good"))) { getWindow() } }); } cookieses(); }) })(jQuery) $('.fff').submit(function() { if (!$(this).find('input:checked').length) { alert('Выберите один из вариантов'); return false } cookieses(); }).find('input:checkbox').change(function() { $(this).closest('.form-group').find('input:text').prop('required', this.checked).attr('placeholder', this.checked ? 'Напишите комментарий' : '') }); }); Спасибо!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy