DISQUS

CodingExperiments.Com: Easy AJAX Part 1: Fake it

  • Voyagerfan5761 · 1 year ago
    Third example has text cut off at the bottom. FF 2.0.0.12, WinXP, 1024x768. :D
  • possible248 · 1 year ago
    The third example should have a scrollbar.
  • Voyagerfan5761 · 1 year ago
    @possible248: It does, but the last line of text (and the bottom end of the scrollbar with the down arrow button) is cut off anyway.
  • anonymous · 1 year ago
    it's postings like this, and complete misuse of the term ajax that throws so many people into ignorance about what it actually is. this posting is fluff, at best, a beginner javascript example. nothing to do with ajax.
  • possible248 · 1 year ago
    @anonymous:
    That is actually true. This is only something that I use when I want to make something that loads fast when I don't have a lot of time to code real ajax.
    I'll follow up this post with AJAX that actually loads data from the server after the page finishes loading.

    @voyagerfan5761:
    Sorry. I should have checked more carefully. I've updated the code to remove the cut-off scroll bar.