Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

JTabview changes URI making back button cycle tabs
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: JTabview changes URI making back button cycle tabs
#2846
JTabview changes URI making back button cycle tabs 14 Years, 3 Months ago Karma: 0
Hello,

When i click on tabs using JTabview, the URI is appended with something like: #jtabc_4b27e9f5002e9

This causes the page to scroll to the tab (which is not desired behavior) and also means that ,when using the back button, you have to cycle through each URI before getting to the previous page (also not desired).

I notice that this is not how it works on your demo site:
http://smart.ari-soft.com/ari-jtabview.html

Here is the page I'm having problem with:
http://bit.ly/66ywek

How can I fix this?

Thanks
The administrator has disabled public write access.
 
#2847
Re:JTabview changes URI making back button cycle tabs 14 Years, 3 Months ago Karma: 746
Hello,

It happens because template.js file from your template contains the following code:

Code:


new SmoothScroll({ duration: 500, transition: Fx.Transitions.Expo.easeOut }); 



This code handles all link with # and provide effect which you see on your page when click by tabs. If you comment this code, all should work fine.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#2848
Re:JTabview changes URI making back button cycle tabs 14 Years, 3 Months ago Karma: 0
Thank you!
The administrator has disabled public write access.
 
Go to topPage: 1