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 LavaLamp Menu


jQuery LavaLamp Menu 1.3.3

New in jQuery LavaLamp 1.3.3

  • fixed: added closure with null passed argument for move() command in
    returnDelay to fix errors some were seeing - thanks to Michel and
    Richard for noticing this.
  • fixed: changed mouseover/out events to mouseenter/leave to fix jerky/stuttering animation
    problem when using large margins on LI elements. Thanks to Thomas for the solution
    and Chris for clearly demonstrating the problem.
  • enhanced: New! Multi-layered Menu support - added 'noLava' class detection to prevent LavaLamp effect on LI elements with this class. See the demo page for details (at the bottom.)
  • enhanced: modified to better automatically find default location for
    relative links. Thanks to Harold for testing and finding this bug.
  • visit the jQuery LavaLamp Page for more details.

jQuery LavaLamp Menu 1.3.2

fixed stray $ references inside plugin for full jQuery.noConflict() support.

LavaLamp 1.3.1

New in 1.3.1

  • verified for use with jQuery 1.3 - should still work with 1.2.x series
  • changed linum parameter to startItem for clarity
  • improved slide-in accuracy for .back elements with borders
  • changed .current class to .selectedLava for clarity and improved support
  • appended 'Lava' to all internal class names to avoid conflicts
  • now supports jquery.compat plugin for cross-library support
  • performance improvements

new options:

  • autoReturn: true - if set to false, hover will not return to last selected
    item upon list mouseout.
  • returnDelay: 0 - if set, will delay auto-return feature specified # of
    milliseconds.
  • setOnClick: true - if set to false, hover will return to default element
    regardless of click event.
  • homeLeft: 0, homeTop: 0 - if either set to non zero value, absolute

LavaLamp 1.3

New in 1.3

  • New default routine automagically hilights the link for the active page
  • click method now returns true by default
  • cleaned up the original code for readability and efficiency

LavaLamp 1.2

* Version: 1.0 - adapted for jQuery 1.2.x series
* Version: 1.1 - added linum parameter
* Version: 1.2 - modified to support vertical resizing of elements