type:4的深度定制,它会智能定位,即灵活地判断它应该出现在哪边,默认是在元素右边弹出:
//eg1 layer.tips('只想提示地精准些', '#id'); //eg 2 $('#id').on('click', function(){ var that = this; layer.tips('只想提示地精准些', that); //在元素的事件回调体中,follow直接赋予this即可 }); //eg 3 layer.tips('在上面', '#id', { tips: 1 });