lhb25

  HubSpot 一款功能丰富的 jQuery 消息提示插件。它可以帮助你个性化显示您的应用程序的事务性消息。您可以轻松地包裹 Ajax 请求进度,成功和错误消息,还可以添加操作链接到您的消息中。

  HubSpot 内置五种风格的主题,以及可以定义六种显示位置,完全满足你的需要。支持 IE 7 及以上浏览器,需要 jQuery 库支持。

您可能感兴趣的相关文章

 

 

使用示例

基础用法:

Messenger().post({
  message: \'There was an explosion while processing your request.\',
  type: \'error\',
  showCloseButton: true
});

整合 Ajax:

Messenger().run({
  successMessage: \'Successfully saved.\',
  errorMessage: \'Error saving\',
  showSuccessWithoutError: false
}, {
  url: \'/data\'
});

  

立即下载      官方网站

 

您可能感兴趣的相关文章

 

本文链接:HubSpot – 网站开发必备的 jQuery 信息提示库

编译来源:梦想天空 ◆ 关注前端开发技术 ◆ 分享网页设计资源

分类:

技术点:

相关文章:

  • 2021-09-03
  • 2021-10-24
  • 2021-09-08
  • 2021-04-30
  • 2021-06-25
  • 2022-12-23
猜你喜欢
  • 2021-10-03
  • 2022-12-23
  • 2021-07-30
  • 2021-07-31
  • 2022-12-23
  • 2022-02-14
  • 2021-08-13
相关资源
相似解决方案