Skip to content

What is the correct ajax request on the client side? #7

Description

@deverw

Hi John,
I am using your node server to control my Ankis with a Web-GUI, which works fine.
For example, I have this code to set speed in the event of a changing slider:
function SetSkullSpeed(event) { $.post("http://localhost:7877/setSpeed/Skull/" + event.target.value); }
However, I can't retrieve any response from the server. What would be the right way to set up a $.post or $.ajax request?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions