Send form data with jquery ajax json

后端 未结 4 680
不知归路
不知归路 2020-12-03 05:10

I\'m new in PHP/jquery I would like to ask how to send json data from a form field like (name, age, etc) with ajax in a json format. Sadly I can\'t found any relevant inform

4条回答
  •  失恋的感觉
    2020-12-03 06:09

    here is a simple one

    here is my test.php for testing only

    here is my index.html

    
    
    
    
    
    
    
    
    
    Name:
    Age:
    FavColor:

    Both file are place in the same directory

提交回复
热议问题