Home  >  Article  >  Web Front-end  >  jBox 2.3 is the latest multi-functional dialog plug-in based on jquery FAQ_jquery

jBox 2.3 is the latest multi-functional dialog plug-in based on jquery FAQ_jquery

WBOY
WBOYOriginal
2016-05-16 17:59:401783browse

Plug-in description
- jBox is a multi-functional dialog plug-in based on jQuery, which can achieve the overall style effect of the website and give users a new visual enjoyment.
Operating environment
- Compatible with IE6, Firefox, Chrome, Safari, Opera and other mainstream browsers.
Usage License
- jBox is free to use forever, but the relevant copyright information must be retained. If you have any good suggestions, you can leave a message directly below.


Version: 2.3
Size: 19.8k
Download: Click to download
Online demo: http://www.kudystudio.com/jbox/ jbox-demo.html
[2011-11-08] jBox v2.3 beta version update

Copy code The code is as follows :

- [New] The tip method adds an opacity option, which determines whether to display the isolation layer.
- [New] Added showScrolling option to hide the browser's scroll bars when displaying the jBox window.
- [New] When multiple windows coexist, when you click on a window title, the window will automatically be at the top.
- [Adjustment] The id option is changed to null by default. When it is null, a random id will be automatically generated, and only one jBox will be displayed for each id.
- [Adjustment] The loaded option adds a parameter h. The parameter h represents the jQuery object of the window content, which is convenient for users to initialize the content after the window is loaded.
- [Adjustment] Put global settings into independent js files and put them in the directory i18n. Currently, there is only jquery.jBox-zh-CN.js.
- [Adjustment] Pressing the space bar can directly execute the event submitted by the default button (to retain this functionality, the button does not look very good when it is focused, but the user experience should be prioritized).
- [Fix] Fixed the bug that the multi-window state cannot be displayed when switching between multiple windows in IE.

Usage:
Copy the code The code is as follows: