Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Sorry for the slow reply. Yes it’s possible. Basically the script making the Ajax request needs to instead make a new page request that will return the desired content. Instead of calling .ajax() for example, assign an URL with the needed parameters to window.location.

    What do you hope to accomplish by doing so? Ajax is generally considered to yield a better user experience. It reduces the amount of data that is transmitted so it’s faster, more efficient, reduces server load, etc.

Viewing 1 replies (of 1 total)

The topic ‘Search/Filter Category Posts without Ajax’ is closed to new replies.