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 guys , i want slider carousel bootstrap swipe touch in mobile device when add script swiptouch end before body tag not working ( me generate slider in file slider.php and include to master page index.php) scripte not working for slider because include to master whay ,what to do ?
hi guys , i want slider carousel bootstrap swipe touch in mobile device when add script swiptouch end before body tag not working ( me generate slider in file slider.php and include to master page index.php) scripte not working for slider because include to master whay ,what to do ?
`<script type="text/javascript" src="./dist/jquery.touchSwipe.min.js"></script>
<script> $(document).ready(function() { // $(function() { //Enable swiping... $("#test").swipe( { //Generic swipe handler for all directions swipe:function(event, direction, distance, duration, fingerCount, fingerData) { $(this).text("You swiped " + direction ); alert(direction); }, //Default is 75px, set to 0 for demo so any distance triggers swipe threshold:0 }); }); </script>`The text was updated successfully, but these errors were encountered: