Looking through some open source javascript library and I've come across some single character methods a few times:
myVar.c('foo').t('bar');
myVar refers to an XML DOM element. So what are c() and t()? I don't see any reference to such methods in the API: http://www.w3schools.com/dom/dom_element.asp