Commit fc770969eaa16bcc9f21e930296511de32b7f0f5

Authored by Виталий
1 parent e4a43650

-collection

Showing 1 changed file with 12 additions and 1 deletions   Show diff stats
frontend/web/js/new_script.js
... ... @@ -142,6 +142,17 @@ $(document).ready(function () {
142 142  
143 143  
144 144 });
145   -
  145 + $('#collection').click(function () {
  146 + $('.collection .new_collection').owlCarousel({
  147 + navigation:true,
  148 + navigationText: [],
  149 + responsiveClass: true,
  150 + loop:true,
  151 + items:2,
  152 + mouseDrag:false
  153 +
  154 +
  155 + });
  156 + })
146 157  
147 158 })
148 159 \ No newline at end of file
... ...