Change HTML code without refreshing the page

后端 未结 5 1772
傲寒
傲寒 2021-01-14 02:52

Is there any possibility how to change HTML (.jsp) page without refreshing it?

Usecase is that user writes something to textarea then hits

5条回答
  •  清歌不尽
    2021-01-14 03:52

    Yes, this is possible. You should use JavaScript to change the HTML used to display the page.

    You will probably find it useful to use a library such as JQuery.

提交回复
热议问题