
Ajax
文章平均质量分 69
zelda002
生活的指数由心态决定!
展开
-
java 则表达式校验用户名
java 则表达式校验用户名 import java.util.regex.*; public class Test { public static void main(String[] args) { System.out.println(checkUserName("aabb")); System.out.println(checkUserName("aa_bb"));原创 2013-02-22 16:56:23 · 1529 阅读 · 0 评论 -
广告浮窗功能
.top_arrow { border: 0 none; bottom: 115px; cursor: pointer; display: block; position: fixed; right: 0px; width: 175px; z-index: 2147483647;} .top_arrow img.banner{ width:145px; height: 185px;} .top原创 2014-07-09 14:28:15 · 1294 阅读 · 0 评论 -
ajax async属性值
async默认的设置值为true, true:异步方式 false:同步方式 $.ajax({ type:"POST", url:"test?action=list", dataType:"html", success:function(result){原创 2015-01-21 11:51:26 · 1046 阅读 · 0 评论