当前位置:首页 > 分享 > zcode是一款基于jQuery的轻量级网页代码修饰器

zcode是一款基于jQuery的轻量级网页代码修饰器

时间:2015-05-10 12:11:40 来源:xwidea.com 作者:xwidea.com 点击:1894次

zcode是一款基于jQuery的轻量级网页代码修饰器,超小的体积,灵活而易拓展,兼容了包括ie6在内的所有浏览器。

下载地址:http://pan.baidu.com/s/1dDEgA7B

示例代码如下:

if (defined('ENVIRONMENT'))
{
	switch (ENVIRONMENT)
	{
		case 'development':
			error_reporting(E_ALL);
		break;
	
		case 'testing':
		case 'production':
			error_reporting(0);
		break;

		default:
			exit('The application environment is not set correctly.');
	}
} 


更新历史:

2014-10-04 zcode v1.0正式上线!

2014-10-7 zcode v1.1 美化界面配色,提高用户体验

2015-5-10 zcode正式更名为lbcode

lbcode v2.0下载地址为:http://pan.baidu.com/s/1i307FwD

网友评论
评论人:
评论内容:
验证码: