Forums

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

Home Forums JavaScript Full AJAX Plugin

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #190181
    Anonymous
    Inactive

    I’m looking for an ajax plugin that can ajaxify my website pages with ease, and also contact forms. Anyone know where I can find such a plugin? preferably free.

    #190225
    __
    Participant

    I recently tried out promisejs. Loved it. I now use it wherever possible.

    The whole concept of “promises” are not actually about ajax: it’s about handling async functions without having to nest dozens of levels of callbacks. It also allows for wonderful error handling strategies.

    That said, AJAX is the #1 async activity that most websites deal with, and promisejs has simple, straightforward ajax functions built in.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.