background preloader

Plugins

Facebook Twitter

Java

Grid. Firebug. jQuery Translation Plugin Uses Google Translate API. Fancybox | Fancy lightbox alternative. jQuery.SerialScroll. Section 1 Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Suspendisse et turpis sed metus fermentum pellentesque. Vestibulum auctor neque ac nunc elementum malesuada. Praesent non est sed libero vestibulum consectetuer. Sed vehicula. jQuery plugin - Easy Image or Content Slider. Click here for the new version of this plugin This is my first jQuery plugin. I wrote several jQuery scripts but never made a real plugin just because I was I afraid of it’s complexity.

It turned out to be a lot easier than I thought so I went ahead and created this one. Easy Slider (as I call this plugin) enables images or any content to slide horizontally or vertically on click. Download easySlider.zip Getting Started First you’ll need content and it should be wrapped inside a div containing an ordered list where each list item represents one slide.

<div id="slider"><ul> <li>content here... You can basically put whatever you want inside list items as long as you keep the same dimensions. To activate the script you will need to download the files, place jQuery file and easySlider.js somewhere on your site and link to them: The action starts when you add this lines of code to your JavaScript: $(document).ready(function(){ $("#slider").easySlider(); }); Not much there, is it? Options Demos Enjoy! Plunging into the sea of jQuery plugins – Part I. A step by step example of creating a jQuery plugin and close examination of jQuery UI interaction plugins. Introduction The indisputable quick rise of jQuery among a large school of JavaScript libraries relies on a few factors: A light-weight core library, its ability to “write less, do more”; Strong community support; Sizable and fast-growing repertoire of plug-ins. In this article, first we take a look at how to create jQuery plugins and then the official jQuery interaction plugins in jQuery UI library.

How to create jQuery plugins Before we dive into details, let’s look at some of the general guidelines for writing jQuery plugins. Naming jQuery plugin files Generally we name the plug in file in the following fashion: jQuery.plugin.js That is, prefix the file name with jQuery, conclude it with .js extension, and put the real plugin name in the middle, so a watermark jQuery plugin will have the following file name: jQuery.watermark.js Methods and functions Listing 1: A dummy jQuery plugin 4. 1. 2. jQuery.SerialScroll. Notice I've pretty much stopped updating this blog, but the plugin development is still on-going. You can find the link to the Github project page at the bottom of the article.

Introduction 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. What's it for ? jQuery.SerialScroll doesn't have one definite purpose. Settings and customization jQuery.SerialScroll gives you access to a lot of options. The option 'target' This option is a new addition, included since 1.2.0. External manipulation, event triggering jQuery.SerialScroll automatically binds 3 events to the containers. $(container).trigger( 'prev' ); $(container).trigger( 'next' ); $(container).trigger( 'goto', [ 3 ] ); $(container).trigger( 'start' ); $(container).trigger( 'stop' ); Links.

CrossSlide - A jQuery plugin to create pan and cross-fade animations. CrossSlide is a jQuery plugin implementing in 2kB 1 of Javascript code some common slide-show animations, traditionally only available via Adobe Flash™ or other proprietary plugins. CrossSlide builds upon jQuery's animation facility, so it is as portable across browsers as jQuery itself (that is, a lot!) Internally CrossSlide does not rely on lookup tables, building instead a "chain" of functions. Each function starts a linear phase of the animation through jQuery, setting the next function in the chain as a complete callback. After all the functions are prepared and the animation is started, no other calculations are made. This setup reduces runtime overhead to the absolute minimum, making CrossSlide the most optimized implementation of these effects.

CrossSlide can create a few different effects, depending on how it's called. Static cross-fade The simplest effect, a cross-fade between static pictures is just as simple to set up: Slide and cross-fade Here is the jQuery code to set it up: jQuery.LocalScroll. Notice I've pretty much stopped updating this blog, but the plugin development is still on-going. You can find the link to the Github project page at the bottom of the article. What does this plugin do ?

This plugin will animate a regular anchor navigation [1] [2]. It will allow your visitors to navigate your site with a smooth scrolling effect. Each time a link is clicked, the element you decide(can be the whole screen), will gradually scroll to the targeted element, instead of "jumping" as it'd normally do.jQuery.ScrollTo is used for the animation.

How to implement it ? That's easy! <a href="#the_id">your_text</a> Let's call these "local links". So if (for example) you have a div with id "navigation" and the local links are inside. $('#navigation').localScroll(); If your links are all spread, you can use: $.localScroll(); That gets all the local links in the page. Settings targetWhat to scroll (selector, DOMElement, or jQuery Object). How do I use the settings ? Troubleshooting Links. 37 Phenomenal jQuery Plugins and Demos for Developers : Speckyboy Design Magazine. In this post we have collected 37 jQuery plugins for use in your next web project. Slide-In Contact Form Description : When the user clicks on the Contact link at the top of the page, the contact form will slide down.

When the user submits the form they will get a message that their message has been sent successfully and within two seconds, the entire form will slide up to its original position. Virtual jQuery Keyboard Description : This tutorial will explain how to implement a simple virtual keyboard with some with jQuery. Digg style sign up form Description : Simulate a Digg style signup form, with its unique features such as their dynamic tooltips that give you a hint on each field that is to be filled. Load Content While Scrolling With jQuery Description : If you have lots of content to present but can not load all of it at once as it may take too long, this plugin is the answer.

Pirobox jQuery Lightbox FancyBox Facebox 1.2 JQuery Cycle Plugin InnerFade Tablesorter 2.0 jGoogle jTruncate idTabs. Ganesh » Blog Archive » LavaLamp for jQuery lovers! Hover above and feel for yourself, the nifty effect of Lava Lamp. What you just experienced is nothing but the LavaLamp menu packaged as a plugin for the amazing jQuery javascript library. I personally believe that the effect rivals that of flash – Don’t you? Especially considering the fact that it is extremely light weight. Just so you know, it weighs just 700 bytes(minified)!

Often I have noticed, that the credits are usually granted towards the end. Just for a change, i am going to give my credits at the beginning. This effect was originally written by Guillermo Rauch for the mootools javascript library. As User Interface developers, we know that one of the first widgets our visitors use is a “Menu”. I hope you agree that a typical HTML widget consists of 3 distinct components. A semantically correct HTML markupA CSS to skin the markupAn unobstrusive javascript that gives it a purpose Now lets follow the above steps and implement the LavaLamp menu for your site. Step 1: The HTML Bonus. Gradient jQuery plugin | Programming blog.

jQuery Plugins - Best for Web Designers. Hello guys, Here posting some great collection of jQuery Plugins which are very useful for Web designers and Web Developers. Agile Carousel: JQuery Carousel Plugin Jquery plugin that allows you to easily create a custom carousel. Call Jquery UI to enable many different additional transition types and easing methods. Uses PHP to draw images from the folder you specify. Configure many different options including controls, slide timer length, easing type, transition type and more!

Ajax Tooltip script This Ajax script enhances the default “title” attribute of HTML so certain tooltips can instead get their contents from an external file, with rich HTML content and all. Background canvas drawing plugin for round corners, gradients and tabs BackgroundCanvas helps to decorate a semantic html/css layout. jQuery Easing Plugin A jQuery plugin from GSGD to give advanced easing options. jQuery EZ Plugins Plugins EasySlide is a small plugins for the jQuery-JavaScript-Library . Tinyjs – Small, but Powerful. Jgrowl. Switch stylesheets with jQuery | kelvinluck.com. Update: I’ve released an updated version of this code which is more flexible. Please check it out. I’ve just discovered jQuery which is an awesome JavaScript library.

From the horse’s mouth: jQuery is a Javascript library that takes this motto to heart: Writing Javascript code should be fun. jQuery acheives this goal by taking common, repetitive, tasks, stripping out all the unnecessary markup, and leaving them short, smart and understandable. As an example of how succinct and easy code written with jQuery can be I put together a little example that allows you to add a stylesheet switcher to your site. Check out the example in action.

The stylesheet switcher allows your visitors to choose which stylesheet they would like to view your site with. The JavaScript code that powers the example looks like this: /** * Styleswitch stylesheet switcher built on jQuery * Under an Attribution, Share Alike License * By Kelvin Luck ( ) **/ 22 Firefox 3 Plugins Web Designers Can’t Live Without.

Mozilla Firefox has always been considered a “user-friendly” browser, but with all the customizable extensions, it has become probably the most “developer-friendly” browser as well. We have collected the best FFX dev scripts available, and installing them takes just a few clicks. And don’t forget; make sure you have downloaded and installed Firefox 3.0 as well! Web Developer 1.1.6 The Web Developer extension adds a menu and a toolbar to the browser with various web developer tools. It is designed for Firefox, Flock and Seamonkey, and will run on any platform that these browsers support including Windows, Mac OS X and Linux. Style Sheet Chooser II 3.0.0.1 Style Sheet Chooser II allows you to choose author-provided alternate style sheets for a web site, and have those choices be persisted for all pages on the same site.

CSSViewer 1.0.3 A simple CSS property viewer. CSS validator 3.0.0 Validates a page using the W3C CSS Validator. ColorZilla 2.0 Font Finder 0.5c Html Validator 0.8.5.2 DownThemAll! Inquisitor search plugin now available for Firefox - Download Squad. Safari users have been enjoying the search-as-you-type extension Inquisitor for a long time, and now Firefox users can, too.

Although it was originally developed independently for Safari by David Watanabe (creator of apps like Acquistion and Newsfire), it was acquired by Yahoo! Back in May. Apparently, that resulted in a preview of a Firefox version, which seems to work just as well as its Safari counterpart. If you like the idea of instant search results, displayed as you type, give it a try.Inquisitor for Firefox is still in preview, so you'll have to sign up or log in to download. Once installed, it goes in your list of search engines, and is enabled by default. If you decide you don't like it, just click the Inquisitor icon next to your search bar and switch back to whichever search engine you were using before. The only drawback of the latest versions of Inquisitor, depending on how you look at it, is that they use Yahoo! [Via Cybernetnews] Clone Detective for Visual Studio - Home. jQuery Sparklines.

News 15 June 2013 - Version 2.1.2 Relased This release adds support for jQuery 1.10.0 and other bug fixes and minor improvements. See the full changelog for details of all changes. 26 January 2013 - Version 2.1.1 Relased This release adds support for jQuery 1.9.0 along with a couple of other bug fixes. If you're using a version of jQuery later than 1.8, be extra sure you're not rendering your page in quirks mode to avoid breaking tooltips for IE users. See jQuery's notes on quirks compatiblity for more info. See the full changelog for details of all changes. 15 October 2012 - Version 2.1 Released This release is primarily a bug-fix release, but also adds support for Internet Explorer 10.

See the full changelog for details of all changes. 29 April 2012 - Version 2.0 Released This release represents a significant code update. Customizable mouseover tooltips and interaction including highlighting of moused-over values. There's a few non-code updates as well: eg. This release also: Documentation. Animated Collapsible DIV v2.01. July 3rd 09': Updated to v2.4, which supports a new set of "rel" and data-image" attributes you can insert into arbitrary links to quickly create link or image link togglers. Description: This script collapses any DIV on the page and lets users manually toggle its appearance via a smooth "Web 2.0 style" animation. It's a popular effect on many social networking/ comment sites.

Three distinguishing features of this script are: Ability for the script to work on both DIVs that have an explicit CSS height attribute defined, and without. Ability to "group" multiple collapsible content instances to act as a single unit, so opening one closes the others. Have fun sliding content up and down! Demos: Directions: Step 1: Insert the following code in the HEAD section of your page Notice the code at the very top- a doctype declaration. Step 2: Insert the below sample code into the BODY section of your page: And there you have it.

Setup Information Feature attributes String Available functions. Blog Archive » 240 plugins jquery. 240 plugins jquery | Computer and Technoloy News. 37 More Shocking jQuery Plugins. Apr 09 2008 It’s really amazing to see what one can create using jQuery. Developers just don’t stop making incredibly interactive web applications every now and then. This post just demonstrates excellent examples of some of the best jQuery plugins out there.

You can also take a look at the other jQuery Plugins in this series : So let’s get started and don’t forget to subscribe to our RSS-Feed to keep track on our next post. jQuery Sliders 1) Slider Gallery- A similar effect used to showcase the products on the Apple web site. Live Demo: Here 2) Accessible slider- Illustrations and code samples showing how to make a slider UI control accessible to those who aren’t running JavaScript or CSS. Live Demo: Here jQuery Manipulating Images 3) crop, labelOver and pluck-Crop-Gives your visitors the power to crop any image on the fly using JavaScript only. Live Demo Of Crop: HereLive Demo of LabelOver: Here Live Demo Of Crop: Here Live Demo: Here jQuery Navigation Menus jQuery Accordions jQuery Image Viewer.

Sxipper.