Posted by W3Avenue Team on Mar 5, 2010 in
- Javascript,
- Silver Light |
View Original Article
Image Power Zoomer is jQuery plugin that adds a magnifier to any image on your page. It lets the user zoom in on any portion of the image by simply moving cursor over it. Furthermore, the magnification power can be adjusted on the fly by turning the mouse wheel back or forth, just like in many graphics programs.

Image Power Zoomer is pretty simple to implement. Based on your understanding of jQuery selectors, you can apply the power zoom effect on an image using variety of ways (e.g., if you need to apply it to multiple images you can select images using class attribute). Image Power Zoomer is a cross browser plugin that works on all major browsers including IE6.
Features
- Applies the zoom effect to any image on the page without adding any additional markup to it.
- The default zoom level can be changed for each image.
- When the user scrolls the mouse wheel while over the image, the zoom level decreases or increases based on the scroll direction.
- The range of zoom can be changed.
- The size of the “magnifier” can be changed for each image.
Developed by Dynamic Drive; Image Power Zoomer is available for download for Free. You can find further information, demo & download on Dynamic Drive Website.
Similar Posts:
You can also stay updated by following us on Twitter, becoming a fan on Facebook or by subscribing to our FriendFeed.
Tags: - Virtualization, Application Packaging, Dynamic Drive, free, Image/Media, jquery
Posted by W3Avenue Team on Feb 8, 2010 in
- Javascript |
View Original Article
Expandable Drop Down Ticker is a jQuery plugin you can use to create a ticker that can be viewed both sequentially and simultaneously. A drop down menu is automatically generated out of snippets of the ticker contents to let the user navigate the ticker on demand.

Contents of your Drop Down Ticker can be defined either inline on the page, or inside an external file on the same server. External file is fetched using AJAX and the plugin supports re-fetching of this external file periodically, enabling you to push new content by updating the external file.
Features
- Automatically generates a drop down menu that points to each message within the ticker, using either snippets of the ticker contents, or the “title” attribute of each DIV containing the messages.
- Contents for the ticker can either be defined inline as regular HTML wrapped around DIV tags, or inside an external file on the server and fetched via Ajax.
- In Ajax mode, script can be set to re-fetch the external file periodically, such as every 5 minutes. This enables you to push new information to the ticker by updating the external file.
- Automatic slideshow or manual mode.
- Ticker pauses onMouseover in automatic slideshow mode.
- Two different reveal effects to choose from- “slide in” or “fade in”.
Developed by Dynamic Drive; Expandable Drop Down Ticker is available for download for Free. You can find further information, demo & download on Dynamic Drive Website.
Similar Posts:
You can also stay updated by following us on Twitter, becoming a fan on Facebook or by subscribing to our FriendFeed.
Tags: - Virtualization, Application Packaging, Dynamic Drive, free, Gallery/Carousel/Slider, jquery
Posted by W3Avenue Team on Jan 15, 2010 in
- Javascript |
View Original Article
Flex Level Drop Down Menu is a jQuery plugin that lets you add a multi level drop down menu to any link on the page. You can use this plugin to create both horizontal or vertical menu bars, since drop down menu can appear below or to the right of the anchor element.

Structure wise Flex Level Drop Down Menu is simply defined as a regular nested UL on the page, making it very intuitive to set up. By default menu will appear beneath the anchor link, with no additional x or y offset. You can modify both of these aspects using configuration options.
Features
- Lets you associate a multi level drop down menu to any link on the page, by inserting the custom attribute “data-flexmenu” inside the link
- Control whether the menu drops down or to the right of the anchor link, through the use of the custom attribute “data-dir”
- Ability to fine tune the position of the drop down menu relative to the anchor link, by specifying a custom x and y offset using the attribute “data-offsets”
- Each drop down menu is simply defined as a regular, hidden nested UL on the page
- Main and sub menus repositions themselves when too close to the right or bottom edges of the browser window so they remain in view
- Ability to customize the expand animation speed
- Ability to specify the delay before each menu and its sub menus appear/ disappear when the mouse rolls over and out of them
Developed by Dynamic Drive; Flex Level Drop Down Menu is available for download for Free. You can find further information, demo & download on Dynamic Drive Website.
Similar Posts:
You can also stay updated by following us on Twitter, becoming a fan on Facebook or by subscribing to our FriendFeed.
Tags: - Virtualization, Application Packaging, Dynamic Drive, free, jquery, Menu/Navigation
Posted by W3Avenue Team on Nov 30, 2009 in
- Javascript |
View Original Article
Sticky Tooltip is jQuery plugin that allows you to add a rich HTML tooltip to elements on your webpage. Tooltip is revealed when the mouse rolls over them. The tooltip can be “stickied”, or kept visible on the screen by clicking right mouse button or pressing “s” on the keyboard.

The contents for each tooltip are defined using regular HTML, making them very easy to customize. You can further customize it using option variables: x and y offset from mouse cursor for tooltips; duration of fade effect in milliseconds; enable or disable sticky tooltip; border color of tooltip; customize tooltip status messages.
Developed by Dynamic Drive; jQuery Sticky Tooltip Script is available for download for Free. You can find further information, demo & download on Dynamic Drive Website.
Similar Posts:
You can also stay updated by following us on Twitter, becoming a fan on Facebook or by subscribing to our FriendFeed.
Tags: Dynamic Drive, jquery, Window/Popup/Tooltip
Posted by W3Avenue Team on Oct 28, 2009 in
- Javascript |
View Original Article
Horizontal Accordion Script is a jQuery Plugin which turns an ordinary UL list into a horizontal accordion. You can easily change the look and feel via CSS and customize its functionality with the help of various options. Horizontal Accordion is cross browser script and has been tested to work on IE6+, Firefox and Opera.

The HTML markup of the Accordion (UL list) can either be defined inline on the page, or inside an external file instead and fetched via Ajax. Plus you can specify which LI should be expanded by default, whether to persist the last expanded LI (within a browser session), and also, expand a particular LI by passing in different parameters into the URL string. All this makes for a versatile, smooth horizontal accordion.
Developed by Dynamic Drive; jQuery Horizontal Accordion Script is available for download for Free. You can find further information, demo & download on Dynamic Drive Website.
Similar Posts:
You can also stay updated by following us on Twitter, becoming a fan on Facebook or by subscribing to our FriendFeed.
Tags: Dynamic Drive, jquery, Tab/Accordion