visibility: hidden:将元素隐藏,但是在网页中该占的位置还是占着
strtotime("2011-07-01 11:1:1"):将日期格式转换成时间戳
required="required":请填写此字段
placeholder="收卡人称谓" : 默认值
Window.location.href="":打开新页面不跳转
onclick="return confirm(‘确定删除吗‘);"
{$v.title|msubstr=0,5,‘utf-8‘,false}:thinkphp模板里截取中文字符串
multiple="multiple":select可多选
$(window).height() :jquery获取屏幕高度
window.innerWidth :js获取屏幕高度
var pro = $("#id").val();
$(this).val(pro.replace(/\D|^0/g,‘‘));jquery只允许输入数字
原文:http://www.cnblogs.com/rickons/p/4956123.html