Function request

  • this function has to send the ajax requests

    following request conditions must be met:

    • the request must be sent asynchronously!
    • the request must be a POST!!! request
    • the request url must be the form action attribute
    • all requests must be queued with a client side request queue to ensure the request ordering!

    Parameters

    • element: Element
    • Optional event: Event
    • Optional options: Options

      : map of options being pushed into the ajax cycle

    Returns void

Generated using TypeDoc