We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
Nice code
I've made some changes in my local copy
The first is merely cosmetic
The second allows you to add event listeners to the slider's contents
[...] selectAllSlides = '.items section' selectContainer = '.items' [...] function moveItem( [...] if ( position == 'afterBegin' ) { var refnode = element.querySelectorAll( selectAllSlides )[0] element.querySelector(selectContainer) .insertBefore(itemToMove, refnode); } else { element.querySelector('.items') .appendChild( itemToMove ) }
In order to use the carousel in my project, I've changed the markup from (ul li) to (.items section) & did the final adjustments in the carousel CSS
The text was updated successfully, but these errors were encountered:
If you want to create a pull request with the code that matters - I can review and merge it. Thanks!
Sorry, something went wrong.
No branches or pull requests
Hi
Nice code
I've made some changes in my local copy
The first is merely cosmetic
The second allows you to add event listeners to the slider's contents
In order to use the carousel in my project, I've changed the markup from (ul li) to (.items section) & did the final adjustments in the carousel CSS
The text was updated successfully, but these errors were encountered: