
php+ajax
尾巴藏起来
认真,快乐!
展开
-
php方法:使用ajax方法实现form表单的提交ajax
<html> <head> <title>login test</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="pragma" content="no-cache">...原创 2019-06-15 09:44:24 · 5960 阅读 · 1 评论 -
jQuery读取和设定KindEditor值的方法
在使用Kindeditor的时候,想要利用Ajax传值,但是通过editor封装的方法是行不通的,原因在于编辑器我们是放在另一个jsp页面,通过iframe来加载的,同时这个iframe的display="none"的,要通过一个事件来触发。 <iframe src="../common/editor.jsp" frameborder="0" scrolling="no" style="...转载 2019-07-31 10:34:25 · 209 阅读 · 0 评论