<!doctype HTML PUBLIC "-//W3C//DTD XHTML 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/ Xhtml1-transitional.dtd ">
<meta http-equiv= "Content-type" content= "text/html; charset=gb2312 "/>
<title>jquery pop-up layer plug-in and usage </title>
<body>
jquery Popup Layer Plugin Encyclopedia:
1.thickbox
The current version is thickbox3.1, which is used more recently.
Download Address: http://jquery.com/demo/thickbox/#examples
2.colorbox
Official website: http://colorpowered.com/colorbox/
Download Address: Http://colorpowered.com/colorbox/colorbox.zip
Demo Example: http://colorpowered.com/colorbox/core/example1/index.html
3.fancybox
Official website: http://fancybox.net
Download Address: Http://fancybox.googlecode.com/files/jquery.fancybox-1.2.5.zip
Demo Example: Http://fancybox.net/example
4.jqueryui Dialog
Official website: http://jqueryui.com/demos/dialog/
Download Address: http://jqueryui.com/demos/dialog/
Demo Example: http://jqueryui.com/demos/dialog/
5.dom window
Official website: http://swip.codylindley.com/
Download Address: Http://swip.codylindley.com/jquery.domwindow. Web Effects
Demo Example: http://swip.codylindley.com/domwindowdemo.html
6.shadowbox
Official website: http://www.shadowbox-js.com/
Download Address: http://www.shadowbox-js.com/download.html
Demo Example: http://www.shadowbox-js.com/index.html
</body>
Here's how to post some jquery plug-ins
Simple configuration can achieve the following effects:
Http://flowplayer.org/tools/demos/tabs/index.html
2, extend the CSS tutorial style can be customized to their own tabs
/* Alternate COLORS:SKIN2 * *
UL. skin2 a {
Background-color: #89a;
Color: #fff!important;
}
/* Mouseo Tutorial ver state * *
ul. skin2 a:hover {
Background-color: #678;
}
/* active TAB */
UL. skin2 A. Current {
Background-color: #4f5c6a;
border-bottom:2px solid #4f5c6a;
}
/* Tab pane with background gradient * *
Div. skin2 Div {
Color: #fff;
Background: #234 URL (/img/global/gradient/h300.png) repeat-x scroll 0-50px;
min-height:200px;
}
The effect is as follows:
Http://flowplayer.org/tools/demos/tabs/skins.html
3, just the browser "forward" and "back"
Code
$ (function () {$ ("Ul.css-tabs"). Tabs ("Div.css-panes > div", {history:true});
The effect is as follows:
Http://flowplayer.org/tools/demos/tabs/history.html
4. Call the content of each tab through AJAX, and call the tab content only the first time you click the tab button
Use is very simple, the effect is as follows:
Http://flowplayer.org/tools/demos/tabs/ajax.html
5, Tab Wizard, such as the formation of shopping cart order process
Perfect personal Information-> Modify Shopping Cart Merchandise-> View Order
The effect is as follows: http://flowplayer.org/tools/demos/tabs/wizard.html
This feature is particularly useful.
6, the other also has the accordion effect, discover it yourself, the display address is as follows:
Http://flowplayer.org/tools/demos/tabs/accordion-horizontal.html
The download address for this plugin is as follows:
Http://flowplayer.org/tools/download.html
Jquery.tools.min.js is a UI feature pack and includes a different UI effect
ToolTip: Very good hint function plugin
Scrollable: Scrolling effect plug-in
Overlay: A good masking layer plugin
Expose: Background dimming effect