Skip to content

Instantly share code, notes, and snippets.

@charlietfl
charlietfl / gist:732559
Created December 7, 2010 22:29
cTags test
// JavaScript Document
function log(arg) {
if (window.console && window.console.log) window.console.log(arg);
};
var cTag = {
/**** TAGS WITH CLOSING TAG, self closing tags like img and input below ***/