整理下,参考了许多库,谢谢那些无私奉献的大牛,愿上帝保佑你们。1、构造器采用驼峰式命名,并且首字母大写。如:function DialogManager (
config ) { statement;}2、枚举类型变量采用驼峰式命名,并且首字母大写。属性名单词全部大写,单词间以下划线分隔。如:...
分类:
编程语言 时间:
2014-05-15 21:42:06
阅读次数:
385
cookie.js 代码:function
GetCookieVal(offset)//获得Cookie解码后的值{var endstr = document.cookie.indexOf (";",
offset);if (endstr == -1)endstr = document.cookie...
分类:
其他好文 时间:
2014-05-15 21:33:43
阅读次数:
240
$(document).ready(function() {
alert("!@221212121212");}); window.onload =
function(){ alert("!@22245624562621212");} function init(){alert("!@5446...
分类:
Web程序 时间:
2014-05-15 21:21:10
阅读次数:
390
1、解决PNG图片在IE6中背景不透明的CSS与JS代码 - TOPJS代码function
correctPNG() // correctly handle PNG transparency in Win IE 5.5 & 6. { var
arVe...
分类:
其他好文 时间:
2014-05-15 21:14:20
阅读次数:
259
jsfunction:selectBox:function(){ var
li=$(this); var selectbox=li.parent().parent();
selectbox.attr("data-checked",li.attr("data-value"));...
分类:
其他好文 时间:
2014-05-15 21:07:32
阅读次数:
287
在插件的源代码里插入如下代码:(function(jQuery){if(jQuery.browser)
return;jQuery.browser = {};jQuery.browser.mozilla = false;jQuery.browser.webkit
= false;jQuery.bro...
分类:
Web程序 时间:
2014-05-15 20:58:51
阅读次数:
535
1. 追蹤Kernel function
(以schedule()示範)先至/sys/kernel/debug/tracing# cat available_tracers確定有無
函式追蹤器(function)blk mmiotrace function_graph wakeup_rt wakeu...
分类:
其他好文 时间:
2014-05-15 17:50:00
阅读次数:
339
opCookie:function(){ var setCookie= function
(name,value) { var Days = 30; var exp = new Date(); exp.setTime(exp.getTime() +
D...
分类:
Web程序 时间:
2014-05-15 17:38:12
阅读次数:
406
TypeError $(...).lazyload is not a function解决方法
分类:
其他好文 时间:
2014-05-15 17:34:10
阅读次数:
664
02//地址:http://static.xiaomi.cn/51503//@author:liuzh04//@url:http://blog.csdn.net/isea53305varstart
= 10000000;06varautoEgg = {07start:function(){08//5...
分类:
移动开发 时间:
2014-05-15 17:19:19
阅读次数:
444