Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

Releases for jQuery Floatbox


jQuery Floatbox 1.0.8

New features:

-A hidden div with id "jqfloatbox-params" is added in the body section containing all options parameters values in its DOM object. Example: $("#jqfloatbox-params").data("content") would return the html code of the open floatbox

-New option parameter: buttonPosition, possiblie values are "above" and "bellow", it sets if the close link button will be above the html content or bellow the html content.

-The plugin now detects if the floatbox has a greater height than the document, if so it uses sets its position to "absolute", top to "0" and margin-top to '0".

jQuery Floatbox 1.0.7

-fixed object configurations

jQuery Floatbox 1.0.6

-fixed ajax issues

jQuery Floatbox 1.0.5

- added a callback function after the ajax request is done

jQuery Floatbox 1.0.3

-fixed opera bug when using no fade animation
-added simple ajax support that injects html into the floatbox

jQuery Floatbox 1.0.2

-fixed ie7 css issues
-added a checker in the content parameter, if it is a html string or a dom reference(in this case it clones the dom element into the box - does not clone the events related to the elements)

jQuery Floatbox 1.0.1

-Fixed fade out bug
-Inserts and removes the floating div instead of just hiding / showing it

jQuery Floatbox 1.0

First release