Skip to content
New issue

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

Added selector based slide removal to removeSlide method #87

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added selector based slide removal to removeSlide method #87

wants to merge 1 commit into from

Conversation

ColColonCleaner
Copy link

Added new functionality to the removeSlide method.
Now a selected element can be passed instead of just an index.
The function will first look in the current slider for the selected slide and removes if possible.
If it does not find it, it will call the slider it belongs to and remove it.
Of course an index can also be passed to the function, in that case it operates using the vanilla functionality.

Added functionality to the removeSlide method.
Now a selected element can be passed instead of just an index.
The function will first look in the current slider for the selected slide and removes if possible.
If it does not find it, it will call the slider it belongs to and remove it.
Of course an index can also be passed to the function, in that case it operates using the vanilla functionality.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants