jQuery Console

Sample

Download

Download (Minified)

Copyright (c) 2009 Erik Zaadi
 

Cross Browser wrapper for logging to console

Dual licensed under the MIT and GPL licenses: http://www.opensource.org/licenses/mit-license.php http://www.gnu.org/licenses/gpl.html

Usage

$.Console.FunctionName
/* 
	$.Console.functions holds the Function Names 
	(see http://getfirebug.com/console.html for more details on each function)
      Log
	  Trace
	  Debug
	  Info
	  Warn
	  Error
	  Dir
	  DirXML
	  Group
	  GroupCollapsed
	  GroupEnd
	  Time
	  TimeEnd
	  Profile
	  ProfileEnd
	  Count
*/

//E.g.
$.Console.Log('message',['dsad','dasdas'],{orJSON:'312'});

//Sends each selected element to the console
$('selector').Console($.Console.functions.Info) 
 
 
Change jQuery UI Theme
 
 
 
Blog
RSS
Twitter
 
Blog
RSS