javascript - Stay on one page with different pages -
i don't know how call this, can see example on page: http://www.madeinebor.com/other/features.html
what want if click got new page, menu stays on page , don't load again. how this?
do little research on ajax , jquery. ajax allows refresh portions of page without reloading entire page server (asynchronous). jquery library great manipulating parts of page using ajax. this, put event handlers on navigation links , update main content area when links clicked.
there lot of examples , documentation here: http://jquery.com
Comments
Post a Comment