滚动下往上弹出提示信息框

 function showTip(content)
 {
  layer.open({
     content: content//提示内容
     ,skin: 'msg'
     ,time: 2 //显示时间
  });
 }

原文地址:https://www.cnblogs.com/cuijinlong/p/7443676.html