bxslider-3
bxslider-3 copied to clipboard
Can't bind external events to slide controls
Hello,
I was wondering if the "return false;" on the click handlers is intentional, or if it should instead be event.preventDefault(). I am trying to add tracking information to the control clicks--the return false prevents my events from being fired.
Thanks, Dmitriy K
Same Issue.
@dimak , @wandoledzep Any solutions?
I think I was able to get around it, by binding directly to the elements instead of using on
on a parent. Give that a shot.