Jcarousellite with pagination
Easy to design JQuery carousel slider. We made some changes to the Jcarousellite plugin to add the pagination to the scirpt. The script uses simple CSS feel free to design it the way you like.
Easy to design JQuery carousel slider. We made some changes to the Jcarousellite plugin to add the pagination to the scirpt. The script uses simple CSS feel free to design it the way you like.
The JQuery welcome box slides a div in the center of the screen. The background is disabled, so the use must first close the welcome box to continue to use your website.
Jquery slideTo function. With this function you can slide an element to a given position on your webpage. There are four option to define the position. Special to this function is that you have the ability to slide to the center of the screen and also to the bottom and/or right of the screen.
The Drop Down Panel menu adds a pull down panel when you hover a menu button. This script is made as JQuery plugin. It can be used from horizontal menus as well as for vertical menus.
This is a demonstration of the jcarousellite script. The example below shows how you can easily add a news message slider to your website. The news messages are created by li elements. You can jump to the previous or next message with the corresponding buttons. This example uses basic CSS, so feel free to customize the styles.
jQuery accordion menus are menus that act like a musical accordion, with regards to their ability to expand and contract based on user interactions. This helps display additional information for the active menu items, while hiding non-relevant information from the user. Additionally, it can help add more content without sacrificing white space, leading to more usable and attractive user interface design.
At the moment of writing this script the JQuery core library doesn't support background color fading. If you want to use background fading you need to use the JQuery color plugin. This script demonstrates how to use JQuery with the color plugin to fade the background color of menu buttons.
This script creates a menu with two levels. The second level is hidden and will only appear when you move over a menu button. The menu buttons of the second level are displayed on a single row. This is a userfriendly menu type and saves a lot of space on the page. Although the second menu slides from under the first menu. This effect is obtained by using JQuery.
JQuery CSS sprites menu navigation. The menubuttons are all loaded from a single image using background positioning. This means less HTTP requests, better loading time. This is a scriptbreaker.com JQuery extention that fades the menu buttons on roll over.
The vertical JQuery menu tabs script create tabs from ul elements. The content is shown when you move your mouse over the tab. This script is a combination of CSS tricks en JQuery.