Jump to content

How To Stop Refresh Whole Page?


ZAJDAN

Recommended Posts

Hello,

is somehow possible stop the refreshing of whole page? In my case on start page I have block with a few products and it is wrapped into:
<div class="columns-container">

 

when I click on one of the products (to see all info/details).....in this moment is refreshed whole page not only the columns-container

 

Thank You for any hint

 

Regards Zdenek

Link to comment
Share on other sites

ok...thank You for answer

 

so I will try to reach my goal somehow otherwise 

above the <div id="page"> in which is wrapped presta I have one my own <div> and the problem is, when presta make refresh(whole DOM)..page is scrolled on the Top, there where is the my own <div> and I have to scroll back down.

 

idea:

When I click on the product -> Presta make refresh the page .....Is there any object with class where is changed status? something like class="center_column active"

so that I could say via javascript if ($(.center_column).hasClass("active")) {...scrollTo}

 

Thank You

Regards Zdenek

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...