1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

JQuery Server Connection

Discussion in 'jQuery' started by ERTAN ATALAR, Feb 13, 2020.

  1. #1
    Hello everyone. I am new in this forum and also new in this website. I am currently learning Jquery. As for the server connection I coudnt find any information related to jquery and node.js . Am i missing sonerhing? can you guide me for reaching information? thank u all.
     
    ERTAN ATALAR, Feb 13, 2020 IP
  2. sarahk

    sarahk iTamer Staff

    Messages:
    28,494
    Likes Received:
    4,457
    Best Answers:
    123
    Trophy Points:
    665
    #2
    Jquery runs on the client. It makes ajax calls back to the server which would be where your node.js is running. You need to program functions that you can use with the ajax calls.

    for instance, I use jquery with a cakephp system

    So my ajax call might have the url parameter set to /individuals/validate/123

    and my server would have a function called validate that would accept the parameter 123
    your node.js will have a different url structure but how they work together will be the same.
     
    sarahk, Feb 13, 2020 IP
  3. ERTAN ATALAR

    ERTAN ATALAR Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #3
    thanks a lot dear sarahk
     
    ERTAN ATALAR, Feb 13, 2020 IP