We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<div id='mySwipe' style='max-width:500px;margin:0 auto' class='swipe'> <div class='swipe-wrap'> <div><b>1</b></div> <div><b>2</b></div> <div><b>3</b></div> <div><b>4</b></div> <div><b>5</b></div> <div><b>6</b></div> </div> </div> <div style='text-align:center;padding-top:20px;'> <button onclick='mySwipe.prev()'>prev</button> <button onclick='mySwipe.next()'>next</button> </div>
i Want next/prev div text alert on click prev or next button....? Thanks In advance.
The text was updated successfully, but these errors were encountered:
Do you mean a callback?
window.mySwipe = $('.swipe-tabs').Swipe({ callback: function(index, element) { alert('this is an alert'); } }).data('Swipe');
Sorry, something went wrong.
No branches or pull requests
i Want next/prev div text alert on click prev or next button....?
Thanks In advance.
The text was updated successfully, but these errors were encountered: