Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

Releases for boxy


boxy 0.1.4

Download: boxy-0.1.4.zip
Size: 55.69 KB
md5_file hash: 1fe701b67d70b7a2fbfd5835f886a1cb
First released: September 20, 2008 - 8:07pm
Last updated: September 20, 2008 - 8:07pm

Changelog for 0.1.4:

* Fixed issue with multiple visible modals
* Moved modal opacity value from CSS to code to appease IE (not ideal)
* Moved default options to Boxy.DEFAULTS for application-wide configurability
* Added custom callback for attaching behaviours to dialog content
* Added Boxy.alert() for displaying simple messages
* Added Boxy.confirm() helper
* Added support for unloading/removing boxy instances:
boxy.unload(), boxy.hideAndUnload(after), constructor option 'unloadOnHide'
* Boxys created with Boxy.ask() or its derivatives now unload themselves on dismissal
* Fixed centering issue in IE6 (non-standards compliant mode)
* Added afterShow callback, fired whenever boxy becomes visible
* Added Boxy.load() for manually loading boxy content via AJAX
* Moved WRAPPER to from Boxy.prototype to Boxy to improve app-wide configurability
* Complete rewrite of $.fn.boxy; see elsewhere for explanation
* Removed 'single' plugin option
* Added option to link each boxy instance to the DOM element which triggered it; this is automatically severed when boxy is unloaded
* Added option to filter AJAX content using jQuery selector
* Fixed positioning bug with Opera
* Added beforeUnload callback
* Added Boxy.isModalVisible() for testing if a modal dialog is currently visible
* Added afterHide callback
* Added afterDrop callback
* Modal shading now resizes with browser window
* Added clickToFront option, bringing a dialog to front when clicking anywhere within it
* Added Boxy.linkedTo() to get boxy instance linked to a given element via 'actuator' option
* Added boxy.toggle() to toggle between visible/hidden

This will be the final 0.x.y release - expect a 1.0 release once any bugs have been ironed out.

boxy 0.1.3

Download: boxy-0.1.3.zip
Size: 47.82 KB
md5_file hash: 9f53c2d488dcb26d43ab21969c63e90b
First released: August 9, 2008 - 4:22pm
Last updated: August 9, 2008 - 4:21pm

Changes for 0.1.3:

* Fixed CSS class name in middle-bottom cell of wrapper markup
* Pressing escape now closes modal dialogs (as long as dialog is closeable)
* Added getter and setter for dialog title
* Title text is now wrapped in <h2></h2>
* Title parameter now works when passed to plugin
* Close text is now configurable via closeText constructor parameter
* Titlebar text is "unselectable" while dragging
* Close event is rebound correctly if boxy has been cloned
* Fixed bug where border would compress when dragged offscreen
* Dialog can now be centered on a single dimension
* Numerous code cleanups

boxy 0.1.2

Download: boxy-0.1.2.zip
Size: 46.4 KB
md5_file hash: 058afac32972ba93c2d86ea34f1163e5
First released: July 7, 2008 - 9:01pm
Last updated: July 7, 2008 - 9:00pm

Changes/improvements for 0.1.2:

  • added support for fixed positioning, with absolute fallback for IE6
  • source now uses jQuery instead of $ to prevent conflicts with other libraries
  • fixed issue with detecting inline IDs in hrefs in IE6
  • added missing constructor parameters to documentation

boxy 0.1.1

Download: boxy-0.1.1.zip
Size: 45.98 KB
md5_file hash: 24544e29452b327c2b80a622ce10d1c1
First released: July 2, 2008 - 11:49pm
Last updated: July 2, 2008 - 11:48pm

This release fixes a number of issues affecting boxy in Internet Explorer:

  • Opacity on dialog borders/modal blackout now renders correctly in IE
  • Transparent corner PNGs in IE6 now work
  • Dialogs now centre correctly in the viewport in IE6/7
  • AJAX content is no longer cached in IE

Thanks to Fabio Fedelix bug reports and fixes, and to Robin Whittleton for submitting patches.

boxy 0.1.0

Download: boxy-0.1.zip
Size: 45.88 KB
md5_file hash: 7158179ee3228f192c5c4ce0208e80c3
First released: June 29, 2008 - 4:28pm

First release