/*jQuery工具集调用方式*/ $('#tooltips').click(function() { var self = this; $.pt({ target: self, content: '好雨知时节, 当春乃发生。随风潜入夜, 润物细无声。。。' }); }); /*jQuery包装集调用方式*/ $('#tooltips').pt({ position: 't', // 默认属性值 align: 'c', // 默认属性值 content: '好雨知时节, 当春乃发生。随风潜入夜, 润物细无声。。。' });