Skip to content

Instantly share code, notes, and snippets.

@pagemashine
Created January 27, 2017 09:18
Show Gist options
  • Save pagemashine/b039e000571f901dd093ff21cdef454b to your computer and use it in GitHub Desktop.
Save pagemashine/b039e000571f901dd093ff21cdef454b to your computer and use it in GitHub Desktop.
test.js
$(window).load(function () {
$('.catalogbox__galbox ul').carouFredSel({
circular: false,
auto : false,
width : '100%',
align : 'left',
prev: '.catalogbox__back',
next: '.catalogbox__next',
});
$(".js-tabs").tabs();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment