javascript - Prevent reloading certain parts of page -
i'm new web development don't have experience of this. have navbar @ top of website (made foundation), don't want reload every time page reloads. i've noticed on several websites parts of page kept in place when links clicked , url changes. how can achieve this?
thanks
there several ways achieve this. using ajax calls 1 of them, iframe another. create 1 page application , show/hide elements when buttons clicked. force load data @ once won't recommend (depending on website).
a small article how can use iframe option.
a small article ajax option, include small demo show how works.
Comments
Post a Comment