clayObject.bind(eventType,function(){ // todo });
clayObject.trigger(eventType);
var pos=clayObject.position(event);
获取鼠标相对特定元素左上角位置。