//初步认识,方式一:不管也面有没有这个标签(或者操作之后才出来这些标签),都能绑定上$(document).on("click","a.btn-ScheduluePD", function(){ alert("look"); }); //相对于上面的绑定,如果页面中没有这个标签,是...
分类:
Web程序 时间:
2014-10-16 16:22:52
阅读次数:
154
String.prototype.replaceCharAt = function(n,c){return this.substr(0, n)+ c + this.substr(n+1,this.length-1-n);}
分类:
编程语言 时间:
2014-10-16 15:18:13
阅读次数:
274
---恢复内容开始---function Rmb2Dx(f: string): string;//支持宽字符var Fs, dx, d2, zs, xs, h, jg: string; i, ws, {l,} w, j, lx: integer;begin f := Trim(f); if ...
分类:
其他好文 时间:
2014-10-16 15:07:52
阅读次数:
182
使用验证码的时候,一开始正常,后来不显示了网上说是utf-8的编码问题,什么bom去掉,转化为无bom的格式我都试了,没用后来知道是在调用验证码的地方 写上Public function verify(){import('ORG.Util.Image');Image::buildImageVerif...
分类:
Web程序 时间:
2014-10-16 15:03:22
阅读次数:
183
一种是函数,一种是类方法 $func = new ReflectionFunction(‘showmessage‘); var_dump($func->getFileName()); $func = new ReflectionMethod(‘classname‘,‘function‘); var_dump($func->getFileName());...
分类:
Web程序 时间:
2014-10-16 14:47:52
阅读次数:
219
http://fit.c2.com/fit/files/LispPlatform/lisp/clisp-2.28/src/errwin32.d # Calls a function, passing it information about a Win32 error code. # get_O.....
##databox 日期输入框空间扩展 ### 添加清空按钮 在locals下的对应目录添加 /*扩展datebox添加清空按钮*/ (function($) { if ($.fn.datebox){ $.fn.datebox.defaults.clearText = ‘清空‘; //设置清空按钮的文字 ...
分类:
其他好文 时间:
2014-10-16 14:31:32
阅读次数:
162
<!doctypehtml>
<htmllang="en">
<head>
<metacharset="UTF-8">
<title>Document</title>
<scripttype="text/javascript">
//测试removeChild()方法删除节点
window.onload=function(){
//alert(1);
varbjNode=document.getEl..
分类:
编程语言 时间:
2014-10-16 13:36:03
阅读次数:
360
js方法 ???//计算剩余时间
function?getEndTime(){
var?endTime=?new?Date(2014,10,16,12,00);?//截止时间:2014年10月16日12时00分
var?nowTime?=?new?Date();
var?nMS?=endTime.getTim...
分类:
Web程序 时间:
2014-10-16 13:23:54
阅读次数:
212
<!doctypehtml>
<htmllang="en">
<head>
<metacharset="UTF-8">
<title>Document</title>
<scripttype="text/javascript">
window.onload=function(){
//测试replaceChild()方法
varbjNode=document.getElementById("bj");
v..
分类:
编程语言 时间:
2014-10-16 13:04:53
阅读次数:
233