【CSDN】Spring+Spring MVC+Mybatis实战项目之云笔记项目 (3)

img

1 、发送ajax请求

#发送事件:笔记列表li元素的单击事件(动态绑定)

#请求参数:笔记ID(noteId)

#请求地址:/note/load.do

2. 服务器处理

-Controller:LoadNoteController.execute(String noteId)

-Service:NoteService.loadNote(String noteId)

-Dao:NoteDao.findByNoteId(Strign noteId)

-cn_note(查询):

-json响应

3.ajax 回调处理

-succes:

-设置笔记标题(title)

-设置笔记内容(body)

um.setContent(“str”);

um.getContent(“str”);

-error:alert(“笔记信息加载失败”)

知识点:UEdit

用js开发的开源组件

为什么?

通过js代码实现表单功能的增强

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zwssdx.html