jixedbar: A stick or die jQuery plugin (jstcky Redux)

I just recently released a new OSS project called jixedbar, a jQuery plugin that stick/fix a Div element on the bottom of a page/website. Inspired by Facebook’s fixed app/menu bar, the code is based on the jstcky (deprecated project) but with improved codebase, features, and written as a jQuery plugin to maximize the use of jQuery’s rich features.

Here’s a quick demo: http://ryan.rawswift.com/sandbox/jixedbar-0.0.2/demo/

You can get the Beta release from Google Code Project Host, either by downloading the archive file or through Subversion (SVN) repository.

Send your comments and suggestions to rawswift at gmai dot com.

Cheers!

5 thoughts on “jixedbar: A stick or die jQuery plugin (jstcky Redux)

  1. Its good. But on window resize it does not remain in center. I recommend a window resize bind to change the position and size (in case).

    $(window).resize(function())

  2. How can i get it to stay non transparent? i want it to be full color at all times not only when someone hovers over the menu bar.
    Thanks :)

  3. Copy and use the sample code at “http://code.google.com/p/jixedbar/” under the “Usage” section.
    jixedbar’s default is non-transparent bar. You can also pass a “hoverOpaque: false” parameter to jixedbar,
    this would set the bar to stay visible and not transparent.

    Cheers!

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>