jQuery .html() clone
A (Hopefully) perfect clone of the jQuery .html() method
If it has an argument, it will set the innerhtml of the element to the value of the argument.
If it has no argument, it returns the innerHTML of the element.
It is also chainable! yay!
Save 6 bytes?