Main > Free Download Search >

Free jquery script

jquery

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 67
jQuery OEmbed

jQuery OEmbed


jQuery OEmbed is considered as a simple yet very useful jQuery plugin that uses OEmbed API to help displaying embedded content (such as photos or videos) in your website. more>> <<less
Added: 2009-09-30 License: Other Free / Open Source License - MIT License Price: OtherFreeOpenSourceLicenseMITLicense
downloads
jQuery Web Wizard

jQuery Web Wizard


jQuery Web Wizardis is very useful because it is a jQuery plugin which generates a configurable Web Wizard interface. more>>

jQuery Web Wizardis is very useful because it is a jQuery plugin which generates a configurable 'Web Wizard' interface.

<<less
Added: 2009-09-30 License: Other Free / Open Source License - MIT License Price: OtherFreeOpenSourceLicenseMITLicense
downloads
jQuery Mega Menu

jQuery Mega Menu


Adds a mega menu to any anchor link on your page, with each menu revealed using a sleek expanding animation. more>>

jQuery Mega Menu is designed to help you with dropping down menus which contains multiple columns of links. This jQuery script lets you add a mega menu to any anchor link on your page, with each menu revealed using a sleek expanding animation. Customize the animation duration plus delay before menu disappears when the mouse rolls out of the anchor.



<<less
Added: 2009-07-02 License: Freeware Price: $0.00USD
31 downloads
jQuery Image Warp

jQuery Image Warp


Adds an interesting "warp" effect to images so clicking on them causes the image to expand temporarily. more>>

jQuery Image Warp is created to allow you to add an interesting "warp" effect to select images on your page so clicking on them causes the image to expand temporarily before reverting back to the images original dimensions. It's most useful when applied to hyperlinked images to create a delayed effect before the user is taken to the actual link. Customize the duration of the effect plus the warped image's final dimensions relative to the original.

<<less
Added: 2009-07-02 License: Freeware Price: $0.00USD
17 downloads
jQuery UI Tabs Paging

jQuery UI Tabs Paging


jQuery UI Tabs Paging is very useful because it is designed to be a smart and useful paging extension for the jQuery UI Tabs plugin. more>>

jQuery UI Tabs Paging is very useful because it is designed to be a smart and useful paging extension for the jQuery UI Tabs plugin.

<<less
Added: 2009-09-30 License: Other Free / Open Source License - MIT License Price: OtherFreeOpenSourceLicenseMITLicense
downloads
jQuery File Tree 1.0

jQuery File Tree 1.0


jQuery File Tree is a configurable, AJAX file browser plugin for jQuery. You can create a customized, fully-interactive file tree with as little as one line of JavaScript code. Features: * Produces valid, semantic XHTML * Fully customizeable via more>> jQuery File Tree is a configurable, AJAX file browser plugin for jQuery. You can create a customized, fully-interactive file tree with as little as one line of JavaScript code. Features: * Produces valid, semantic XHTML * Fully customizeable via CSS * Ability to style icons based on file extension * Uses AJAX to fetch file information on the fly * Easy to configure and implement * Includes connector scripts for PHP and ASP * Supports custom connector scripts for extended functionality * Customizable expand/collapse event * Customizable expand/collapse speeds * Supports jQuery easing functions * Single- and multi-folder views * Configurable load message<<less
Added: 2008-04-02 License: Other Price: $0.00USD
28 downloads
Added: 2009-05-20 License: Freeware Price: $0.00USD
41 downloads
jQuery MultiSelect 1.0

jQuery MultiSelect 1.0


jQuery MultiSelect is a configurable plugin for jQuery. It is designed to turn ordinary multi-select form controls into user-friendly dropdown lists. Check out the demo to see an example. This project was inspired by arco90s MultiSelect tool, but more>> jQuery MultiSelect is a configurable plugin for jQuery. It is designed to turn ordinary multi-select form controls into user-friendly dropdown lists. Check out the demo to see an example. This project was inspired by arco90s MultiSelect tool, but was written entirely from scratch to make it easier to implement, more accessible, and to shorten the code length. This project is in beta testing and may not be ready for production use yet! See the to do list for more information. Features * Produces valid XHTML * Fully customizeable via CSS * Easy to configure and implement * Degrades gracefully * Keyboard shortcuts to maximize accessibility * Optional ?Select All? for convenience Compatibility jQuery MultiSelect works in all browsers supported by jQuery. It has been fully tested in: * Internet Explorer 6 & 7 * Firefox 2 & 3 (beta) * Safari 3 * Opera 9<<less
Added: 2008-04-07 License: Other Price: $0.00USD
28 downloads
jQuery - The Basics 0.1

jQuery - The Basics 0.1


jQuery - The Basics 0.1 is a simple, yet very professional tutorial that introduces people to proper formatting and API usage of jQuery. more>> <<less
Added: 2009-07-22 License: Freeware Price: $0.00USD
downloads
jQuery Javascript Library 1.3.2

jQuery Javascript Library 1.3.2


PLEASE REVIEW AND EDIT CAREFULLY This is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. more>> <<less
Added: 2009-07-02 License: Other Free / Open Source License - MIT License Price: OtherFreeOpenSourceLicenseMITLicense
1 downloads
jQuery.SerialScroll 1.2.1

jQuery.SerialScroll 1.2.1


jQuery.SerialScroll 1.2.1 is a smart plugin that allows you to animate any series of elements, by sequentially scrolling them more>>

jQuery.SerialScroll 1.2.1 is a smart plugin that allows you to animate any series of elements, by sequentially scrolling them. This plugin allows you to easily animate any series of elements, by sequentially scrolling them.

It uses jQuery.ScrollTo to achieve the scrolling animation. It is a very unrestricted plugin, that lets you customize pretty much everything from outside. You can use horizontal or vertical scroll, also combined.

jQuery.SerialScroll doesnt have one definite purpose. Its generic and adaptable. You can certainly use it as a screen slider. That is, to sequentially navigate a group of screens.

This plugin can also animate a text scroller in no time. It can definitely handle slideshows, the high customizability of the scrolling effect lets you create beautiful animations. You can even build an automatic news ticker!

jQuery.SerialScroll gives you access to a lot of options. These are:

  • target: The element to scroll, its relative to the matched element.
    • If you dont specify this option, the scrolled element is the one you called serialScroll on.
  • event: on which event to react (click by default).
  • start: first element of the series (zero-based index, 0 by default).
  • step: how many elements to scroll each time. Use a negative number to go on the other way.
  • lock: if true(default), the plugin will ignore events if already animating. Then animations cant be queued.
  • cycle: if true, the first element will be shown after going over the last, and the other way around.
  • stop: if true, the plugin will stop any previous animations of the element, to avoid queuing.
  • force: if true, an initial scroll will be forced on start.
  • jump: if true, the specified event can be triggered on the items, and the container will scroll to them.
  • items: selector to the items(relative to the scrolled element).
  • prev: (optional)selector to the previous button.
  • next: (optional)selector to the next button.
  • lazy: if true, the items are collected each time, allowing dynamic content(AJAX, AHAH, jQuery manipulation, etc).
  • interval: If you specify a number, the plugin will add auto scrolling with that interval.
  • constant: Should the speed remain constant, no matter how many items we scroll at once ? (true by default).
  • navigation: Optionally, a selector to a group of elements, that allow scrolling to specific elements by index. Can be less than the amount of items.
  • exclude new: If you want the plugin, to stop scrolling before the actual last element, set this to a number, and that amount of items is ignored counting from the end.

This is useful if you show many items simultaneously, in that case, you probably want to set this option to the amount of visible items 1.

onBeforeA function to be called before each scrolling. It receives the following arguments: event object, targeted element, element to be scrolled, collection of items and position of the targeted element in the collection.

The scope(this) will point to the element that got the event. If the function returns false, the event is ignored.

<<less
Added: 2008-04-23 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
1 downloads
Easy Slide With jQuery 1.0

Easy Slide With jQuery 1.0


Plugins EasySlide is a small plugins for the jQuery-JavaScript-Library . Its designed to slide you any images inside a container . These container could be any TAG you want, e.g. <p>,</p> <div>. Easily produce your own slideshow for your website or Image</div> more>> Plugins EasySlide is a small plugins for the jQuery-JavaScript-Library . Its designed to slide you any images inside a container . These container could be any TAG you want, e.g.

,

. Easily produce your own slideshow for your website or Image . Create a Image Gallery or do an animation.
<<less
Added: 2007-11-28 License: Freeware Price: $0.00USD
15 downloads
Using jQuery With ASP.NET 1

Using jQuery With ASP.NET 1


jQuery is a cross browser JavaScript library that helps to traverse through HTML elements, event handling, effects(animation) and Ajax interactions. It is very easy to learn and implement. This tutorial explains how to use jQuery JavaScript library more>> jQuery is a cross browser JavaScript library that helps to traverse through HTML elements, event handling, effects(animation) and Ajax interactions. It is very easy to learn and implement. This tutorial explains how to use jQuery JavaScript library with ASP.NET web application.<<less
Added: 2008-12-18 License: Freeware Price: $0.00USD
18 downloads
Ajaxify - jQuery plugin 2.00

Ajaxify - jQuery plugin 2.00


Ajaxify is a jQuery plugin. it can convert all links in a web page into an ajax load and submit requests. with this ultra weight plugin, you can build a complex ajax website with one single line. welcome to web 2.0 world!!. more>> Ajaxify is a jQuery plugin. it can convert all links in a web page into an ajax load and submit requests. with this ultra weight plugin, you can build a complex ajax website with one single line. welcome to web 2.0 world!!.<<less
Added: 2008-12-21 License: GPL Price: $0.00USD
10 downloads
jQuery Scroll to Top Control

jQuery Scroll to Top Control


This is a jQuery script that automatically adds a "Scroll to Top" link to the lower right corner of long pages. Instead of always being visible, you can specify how far down the page the user is at (in pixels) before revealing the control. more>> This is a jQuery script that automatically adds a "Scroll to Top" link to the lower right corner of long pages. Instead of always being visible, you can specify how far down the page the user is at (in pixels) before revealing the control.<<less
Added: 2009-03-31 License: Freeware Price: $0.00USD
24 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5