Load php content with jQuery AJAX

前端 未结 3 515
北荒
北荒 2021-01-22 03:24

My problem:

I have index.html:

Input:
3条回答
  •  隐瞒了意图╮
    2021-01-22 03:51

    You must use AJAX (XMLHttpRequest) for that - http://www.w3schools.com/XML/xml_http.asp.

    (You've said simply - as long loading 100KB of jQuery is not simply IMHO, I suggested pure JavaScript solution)

提交回复
热议问题