Skip to content

Instantly share code, notes, and snippets.

@maxterry
Created July 23, 2008 00:07
Show Gist options
  • Select an option

  • Save maxterry/1400 to your computer and use it in GitHub Desktop.

Select an option

Save maxterry/1400 to your computer and use it in GitHub Desktop.
attributes:{
id: "id",
group: "class",
url: "href",
title: "title",
spacing: "cellspacing",
sugg: "autocomplete",
src: "src",
value: "value",
name: "name",
maxl: "maxlength",
colspan: "colspan"
}
events:{
onclick: "onclick",
onover: "onmouseover",
onout: "onmouseout",
onrelease: "onkeyup",
onpress: "onkeydown",
onfocus: "onfocus",
onblur: "onblur"
},
tags:{
a: "a",
br: "br",
span: "span",
table: "table",
row: "tr",
cell: "td",
thead: "thead",
tbody: "tbody",
input: "input",
img: "img",
div: "div",
tagstyle: "tagstyle"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment