Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $('#semPojdeIDButtonu').on('click', function() {
- // Simulate the click on the second tab
- $('a[href="#product-details"]').click();
- // Scroll to the .tab-pane#product-details element
- $('html, body').animate({
- scrollTop: $('.tab-pane#product-details').offset().top
- }, 1000); // Adjust the duration (1000 ms) as needed
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement