You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! $(".dynamic-demo-prev").click(function(){ player.markers.prev(); }); $(".dynamic-demo-next").click(function(){ player.markers.next(); });
I have an issue about
How to realize the function of clicking button 1 to jump to the corresponding mark point 1 and click button 2 to jump to the corresponding mark point 2... in addition to prev and next jump mark points
If anyone has the same question welcome to discuss together!
Thanks.
The text was updated successfully, but these errors were encountered:
Hi!
$(".dynamic-demo-prev").click(function(){ player.markers.prev(); }); $(".dynamic-demo-next").click(function(){ player.markers.next(); });
I have an issue about
How to realize the function of clicking button 1 to jump to the corresponding mark point 1 and click button 2 to jump to the corresponding mark point 2... in addition to prev and next jump mark points
If anyone has the same question welcome to discuss together!
Thanks.
The text was updated successfully, but these errors were encountered: