Read/write to file using jQuery

后端 未结 7 1231
迷失自我
迷失自我 2020-11-22 13:29

Is there a way to get jQuery to get information to and from a file? Is it possible? How?

7条回答
  •  借酒劲吻你
    2020-11-22 13:42

    If you want to do this without a bunch of server-side processing within the page, it might be a feasible idea to blow the text value into a hidden field (using PHP). Then you can use jQuery to process the hidden field value.

    Whatever floats your boat :)

提交回复
热议问题