This website is powered by Hostnine
jixedbar: A stick or die jQuery plugin (jstcky Redux)
December 19th, 2009I 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 Responses to “jixedbar: A stick or die jQuery plugin (jstcky Redux)”
Leave a Reply
Pages
Categories
- Apache (1)
- CSS (2)
- Database (1)
- Development (8)
- Gadget (3)
- Google (4)
- How-To (14)
- HTML (2)
- Internet (4)
- JavaScript (2)
- Linux (14)
- Music (3)
- MySQL (1)
- PHP (3)
- Python (1)
- Sport (1)
- Subversion (4)
- Uncategorized (3)
- Windows (5)
- Wordpress (2)
Archives


















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())
Hi Arvind.s.a,
Thanks for the recommendation. I’ll be adding that on the next release =) Cheers!
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
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!
How to put jixedbar into blogger..?
Thank’s