插件 jQuery.bPopup 中文API文档

🌙
手机阅读
本文目录结构

插件 jQuery.bPopup 中文API文档 https://github.com/dinbror/bpopup

bPopup - If you can’t get it up - use bPopup

DEMO:

http://dinbror.dk/bpopup

API:

http://dinbror.dk/blog/bpopup

DESCRIPTION:

bPopup is a lightweight jQuery modal popup plugin (only 1.34KB gzipped). It doesn’t create or style your popup but provides you with all the logic like centering, modal overlay, events and more. It gives you a lot of opportunities to customize so it will fit your needs.

CHANGELOG

v 0.11.0 (01-24-2015)

  • Fixed #7 and #21. Using fallback width as default to fix the width issue when scrollbar visible.
  • Fixed #8 and #17. “insideWindow” function updated so it now checks if height OR width is inside window instead of only width AND height.

v 0.10.0 (07-22-2014)

  • Bugfix: autoClose will not trigger if you close the popup before it times out.
  • Added: reposition(animateSpeed), a public function that recalculates the center position of the popup. You can pass an optional animate speed attribute. If not defined it will use the followSpeed value (#8). Usage:
var bPopup = $(element_to_pop_up).bPopup();
bPopup.reposition(100); 
  • Added: Error handling when loading content with ajax. The first argument in the loadCallback is the status of the ajax request, success or error (#32).
  • Added: bower.json (#25).

v 0.9.4 (08-19-2013)

  • Added: New transitions, slideUp and slideBack.
  • Added: transitionClose, gives you the possibility to use a different transition on close.
  • Added: autoClose, thanks to Leonidaz for the suggestion.
  • Added: iframeAttr, so you now can control what attributes the iframe should have (and enable the scrollbar as many of you wants).
  • Removed: The minimum 20px gap at the top. It’s 0 now.

v 0.9.3 (03-24-2013)

  • Transition fix: Unbinding events earlier on close to prevent scroll/resize events triggered when closing the popup and using the “slideIn” or “slideDown” transition.
  • Transition fix: The public close function didn’t close the popup when using the “slideIn” or “slideDown” transition.
  • Transition fix: Exit transition for “slideIn” and “slideDown” will now always slide graceful no matter how much you have scrolled.
  • Transition fix: Fixed odd behavior when using “slideIn” or “slideDown” with ajax calls.

v 0.9.2 (03-23-2013)

  • Percentage fix: Resize center fix when using percentage for width/height.
  • Percentage fix: Recenter fix when using percentage for width/height in ajax(loadUrl) calls.
  • Improvement: Adding ‘debounce’ to resize event.

v 0.9.1 (03-10-2013)

  • Legacy fallback: In version 0.9.0 I changed the default close class from bClose to b-close. To avoid issues when you update to latest version I’m also binding a close event on the old default close class, bModal.
  • Bugfix: When moving an iframe through the DOM, IE9 will excecute the code in the iframe as many times as moves you make. Each time (but the last one) will return udefined on Object, String, Array etc.
  • Bugfix: When appending is false no overlay was created.

AXIHE / 精选资源

浏览全部教程

面试题

学习网站

前端培训
自己甄别

前端书籍

关于朱安邦

我叫 朱安邦,阿西河的站长,在杭州。

以前是一名平面设计师,后来开始接接触前端开发,主要研究前端技术中的JS方向。

业余时间我喜欢分享和交流自己的技术,欢迎大家关注我的 Bilibili

关注我: Github / 知乎

于2021年离开前端领域,目前重心放在研究区块链上面了

我叫朱安邦,阿西河的站长

目前在杭州从事区块链周边的开发工作,机械专业,以前从事平面设计工作。

2014年底脱产在老家自学6个月的前端技术,自学期间几乎从未出过家门,最终找到了满意的前端工作。更多>

于2021年离开前端领域,目前从事区块链方面工作了