js
zlf3865072
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
js页面跳转整理
js方式的页面跳转1.window.location.href方式 <script language="javascript" type="text/javascript"> window.location.href="http://updn.cn"; </script>2.window.navigate方式跳转 <script...原创 2014-05-19 17:34:58 · 152 阅读 · 0 评论 -
表单提交方式
方式一 $(function(){ $('#zxqDspzForm').form({ url:'<%=basePath%>zxq/report_dsPz.action', onSubmit:function(){ return $(this).form('validate'); }, s...原创 2014-06-13 09:42:25 · 184 阅读 · 0 评论
分享