This is essentially a wrapper around jquery() command.
Following two commands are doing exactly same:
hat.click(".some .xpath");hat.jquery(".some .xpath",function(el) { el.click(); });