bxslider-3 icon indicating copy to clipboard operation
bxslider-3 copied to clipboard

Can't bind external events to slide controls

Open dimak opened this issue 12 years ago • 2 comments

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

dimak avatar Apr 25 '12 22:04 dimak

Same Issue.

@dimak , @wandoledzep Any solutions?

vburlak avatar Oct 24 '13 15:10 vburlak

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.

dimak avatar Oct 24 '13 16:10 dimak