Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ajax): implement url params inside ajax body #5384

Closed
wants to merge 2 commits into from

Commits on Apr 9, 2020

  1. feat(ajax): implement url params inside ajax body

    implement url query params to make it easy for user to pass it dynamically as an object and not to make it by himself and joining it with the url
    OmarioHassan committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    a1ffb51 View commit details
    Browse the repository at this point in the history
  2. feat(ajax): implement url params inside ajax body

    fix url const  against to be undefuned
    OmarioHassan committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    c36eca7 View commit details
    Browse the repository at this point in the history