|
My site doesn't download all the files with an HTML extension in one shot. When a user visits my site, here is what gets downloaded initially and only one time:
* the index.html file
* the screen.css file (which contains all of my site's CSS)
* the socialhope.js file (which contains all of the JavaScript I have written)
* JQuery
* the Open Sans 400 and 600 fonts from Google fonts
After that, the only thing that happens is:
1. A user clicks on a link.
2. New content is loaded into the <article></article> element inside the index.html file (via JQuery).
Someone more familiar than me with JQuery will need to explain what JQuery does under the covers to load the content. I'm guessing it involves an HTTP request...which means I just lied to Pete in my previous post. (Sorry Pete.) What I should have said was that the user never leaves the index.html URL when they click a link.
Thanks,
Kelly
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.