01 2015 档案
摘要:例如有一个二维数组 $arr:$arr = array( array( 'review_id' =>102 , 'url'=>'a.jpg', ), array( 'review_id' =>102 , 'ur...
阅读全文
posted @ 2015-01-24 21:39
nemo20
摘要:/*! artDialog v6.0.2 | https://github.com/aui/artDialog */将页面某一隐藏的 div 的 html 内容传到 artdialog 的弹窗中,并且该 div 不会被删除,代码如下:test参考资料:https://github.com/aui/a...
阅读全文
posted @ 2015-01-21 23:41
nemo20
摘要:使用 jQuery 提交表单,可以使用 同步方式(async: false)。a.html 是 html 文件,a.php 是服务端文件,把 a.html 中表单的数据提交到 a.php 中,在提交成功之后,给出成功提示。a.html:a.php:<?phpprint_r($_POST);提交之后,...
阅读全文
posted @ 2015-01-20 00:33
nemo20