首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 日志框架jQuery插件

日志框架jQuery插件

  • 资源大小:9.02 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: jquery 插件 框架 日志

资 源 简 介

Overview A logging framework plugin for jQuery that can be configured and extended allowing you to "roll your own" logging framework. Usage The core framework allows you to log messages using the public functions or via the jQuery selector syntax allowing you to log each selected element (useful for debugging selectors!). (function($) { $(document).ready(function() { $.jqlog.enabled(true); $.jqlog.log("Log entry"); $.jqlog.info("Information entry"); $.jqlog.warn("Warning entry"); $.jqlog.error("Error entry"); });})(jQuery); For more information see the jqlog API. Targets By default jqlog logs to the browser console, however it is possible to customise this behavious using custom log targets. For a list of the log targets provided with jqlog and information about how to create your own see

文 件 列 表

Release
jqlog.cookie-1.3.js
jqlog.cookie-1.3.min.js
jqlog.core-1.3.js
jqlog.core-1.3.min.js
jqlog.levels-1.3.js
jqlog.levels-1.3.min.js
jqlog.target.alert-1.3.js
jqlog.target.alert-1.3.min.js
jqlog.target.console-1.3.js
jqlog.target.console-1.3.min.js
jquery.jqlog-1.3.js
jquery.jqlog-1.3.min.js
ReadMe.txt
VIP VIP
0.188522s