This website is powered by Hostnine

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

December 19th, 2009

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!

Share this Post

  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Reddit
  • Slashdot
  • StumbleUpon
  • Technorati

5 Responses to “jixedbar: A stick or die jQuery plugin (jstcky Redux)”

  1. Arvind.s.a says:

    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. Ryan says:

    Hi Arvind.s.a,

    Thanks for the recommendation. I’ll be adding that on the next release =) Cheers!

  3. Joe says:

    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 :)

  4. Ryan says:

    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!

  5. Edo Pranata says:

    How to put jixedbar into blogger..?
    Thank’s

Leave a Reply