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

Commits on Aug 22, 2012

  1. Update _src/jquery.iosslider.js

    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.
    ColColonCleaner committed Aug 22, 2012
    Configuration menu
    Copy the full SHA
    c9fdb6e View commit details
    Browse the repository at this point in the history