Skip to main contentSkip to sidebarSkip to footer
F13.DEVFriday 13th development

AJAX basics – Switching static content

  • Home
  • WordPress Plugins
  • Projects
  • Programming Blog
  • Photography
  • Contact
  • LinkedIn (F13Dev)
  • GitHub (F13Dev)
  • WordPress (F13Dev)
  • X (F13Dev)
  • Instagram (F13Dev)
  • F13.DEV
  • Blog Archives

AJAX basics – Switching static content

Minified Programming Code

Traditional web applications reload the whole page when clicking a link, modern web applications only reload the content that has changed.

As the web has matured, web applications often have a large amount of overhead; reloading every aspect of the page on each click including JavaScript and CSS vastly increases the overheads.

Read more

29 October 2021 by jim


Table of Contents

  • Introduction
  • Switching content with AJAX
  • HTML
  • jQuery
  • Conclusion
  • Comments
Navigation
  • Home
  • WordPress Plugins
  • Projects
  • Programming Blog
  • Photography
  • Contact
  • LinkedIn (F13Dev)
  • GitHub (F13Dev)
  • WordPress (F13Dev)
  • X (F13Dev)
  • Instagram (F13Dev)
Social links
  • LinkedIn
  • GitHub
  • WordPress
  • X (twitter)
  • Instagram
  • CodersRank
Information

Code snippets are released under the GNU General Public Licence V3. Any software available for public download will contain a text version of the license of which the software is relased under.

Friday 13th Development
F13.Dev © James Valentine 2015 - 2025

Read our Privacy policy or Accessability statement.