-
Notifications
You must be signed in to change notification settings - Fork 85
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
While Sliding item a tag is clicked #81
Comments
If I understand correctly you mean what happens when you mousedown and drag on a link inside a slide, you can disable this behavior by calling preventDefault on the mousedown event on the link element, see the following example : https://jsfiddle.net/rg0cq8Lf/3/ Maybe I'll add an option to the library that will does this for all links in the carousel.. |
Unfortunatly the solution is not working. The Link is been called when you start sliding on the Link. You don't see any effect, because the Link goes to '#'. So you stay on the same Page. I forked the jsFiddle and added real links to the href: https://jsfiddle.net/7uj1cer9/ |
This is a browser wide topic. What do you use to test? Welcome in the world of browsers and their implementation 🎉 I made quick tests that works for me in chrome. Feel free to test it in all browsers and versions.
|
Quick idea: |
I have structure in which li has an image which is surronded by an a tag, upon slide item is clicked how can i prevent that
The text was updated successfully, but these errors were encountered: