1 jQuery(window).load(function() { 2 //alert(1111); 3 var tabs = document.getElementById("_single_table"); 4 var maxCols = 1, vals, count...
分类:
Web程序 时间:
2015-10-29 18:13:45
阅读次数:
240
program à external_declaration | program external_declaration -> | external_declaration à function_definition | declaration -> | function_definit...
分类:
编程语言 时间:
2015-10-29 18:07:52
阅读次数:
212
program à external_declaration | program external_declaration -> | external_declaration à function_definition | declaration -> | function_definit...
分类:
编程语言 时间:
2015-10-29 18:02:43
阅读次数:
291
//初始化全局变量GLOBAL.onscrollY.thisy【滚动的高度】GLOBAL.namespace('onscrollY'); GLOBAL.onscrollY.thisy=0;$(window).resize(function(){ GLOBAL.onscrollY.thisy =...
分类:
其他好文 时间:
2015-10-29 17:49:50
阅读次数:
226
programà external_declaration | program external_declaration程序→ | external_declaration à function_definition | declaration 外部声明→ | function_definit...
分类:
编程语言 时间:
2015-10-29 17:48:34
阅读次数:
228
1.在js中加入一个方法:function judge_enter(){ if(window.event.keyCode==13){ return false;//阻止页面刷新的作用 }}2.然后在body中标签
分类:
其他好文 时间:
2015-10-29 17:48:22
阅读次数:
123
在 kendo 中,使用原型继承机制,Class 是 Kendo 中的基类,定义了函数 extend 用来派生其它类。 function Class() {} Class.extend = function(proto) { var base = function() {}...
分类:
其他好文 时间:
2015-10-29 16:01:45
阅读次数:
117
JS的对象继承 这是一个单继承 //Shape?-?superclass
function?Shape()?{
??this.x?=?0;
??this.y?=?0;
}
Shape.prototype.move?=?function(x,?y)?{
????this.x?+=?x;
????this.y?+=?...
分类:
其他好文 时间:
2015-10-29 14:56:56
阅读次数:
141
这篇博客总结了编写MySQL存储函数(function)的过程、调试思路、总结及参考资料。0、准备建立测试数据库CREATE DATABASE IF NOT EXISTS `funcdemo`;1、编写首先写好function框架,定义好参数和返回值类型:USE funcdemo;DELIMITER...
分类:
数据库 时间:
2015-10-29 13:08:34
阅读次数:
296
program->external_declaration | program external_declaration -> | external_declaration-> function_definition | declaration -> | function_definitio...
分类:
编程语言 时间:
2015-10-29 13:08:05
阅读次数:
272