/// declare module jQuery { export interface IStaticEventSpecialAddFunction { (handleObj: IStaticEventSpecialHandleObject): any; } }