Jump to content

Search the Community

Showing results for tags 'новичек'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Development
    • HTML Coding
    • JavaScript
    • PHP
    • CMS
    • Database
    • Web Server
    • Web-site Development
    • Internet Marketing, SEO
  • Library
    • Tricks and solutions
    • Books
  • Commercial services
    • Freelance
    • Job
    • Goods and Services
  • Our Forum
    • Flame
    • Contests
    • Feedback and Ideas

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Web site


Telegram


Signal


Viber


Skype


From


Interests

Found 3 results

  1. Всем привет, помогите, пожалуйста, с идеями верстки следующего :
  2. Здравствуйте помогите пожалуйста допилить скрипт Нужно чтобы при нажатии на .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 ? 'Напишите комментарий' : '') }); }); Спасибо!
  3. Здравствуйте! Оцените пожалуйста мою вёрстку, не скажу что первую, но выставляю на всеобщее обозрение первый раз. Верстал из бесплатной psd'шки. Сначала верстал пиксель в пиксель(установлен плагин pixLayout), но потом понял, что некоторые размеры в шаблоне какие-то не правильные(там, где казалось бы должны быть одинаковые отступы в psd они были разными ) и я забил на это дело. Буду рад критике. http://zondart.koding.com
×
×
  • 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