Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Ajax article posts

  • This topic is empty.
Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #122786
    chrisburton
    Participant

    What if I wrapped the content I need to load within a div `.ajax`

    e.g.

    some content

    some content

    some content

    From there, I just call to `.load()` the children of .ajax or perhaps .ajax altogether on a click event.

    I’m not sure if this will work. I’ve never worked with Ajax from scratch before.

    #122824
    chrisburton
    Participant

    @Hompimpa Correct, Ajax is technically working. However, the functionality is not correct. Above I stated that when you go to the homepage (/dev), click on one of the arrows and then click on About or Find at the top, those pages will load into that section where my articles are.

    #122838
    chrisburton
    Participant

    I believe the problem is that Ajax is targeting ALL anchor links instead of my pagination links.

    #122854
    chrisburton
    Participant
Viewing 4 posts - 16 through 19 (of 19 total)
  • The forum ‘Other’ is closed to new topics and replies.