Jump to content

Andrey75

Neophyte
  • Posts

    1
  • Joined

  • Last visited

Information

  • Sex
    мужской

Andrey75's Achievements

Explorer

Explorer (1/14)

  • Week One Done Rare
  • One Month Later Rare

Recent Badges

0

Reputation

  1. я подключаю отсюда https://kenwheeler.github.io/slick/ <div class="your-class"> <div>your content</div> <div>your content</div> <div>your content</div> </div> если версия jquery поменяется, то ссылку надо будет изменить <script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous" ></script> скачиваю https://github.com/kenwheeler/slick/archive/v1.8.1.zip <script src="js/slick.min.js"></script> инициализирую $(document).ready(function(){ $('.your-class').slick({ setting-name: setting-value }); });
×
×
  • 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