Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

Plugins


1 year 22 weeks ago

Jquery collapser is a multi purpose collapser plugin made for expanding and collapsing elements. Can create a accordion, list collapser using this plugin.

Features

  • Very light-weight plugin, fast and simple.
  • Can collapse any element within an document.
  • Can add seperate classes for expanding and collapsing.
  • Customized targeting elements.
  • Callback functions.
  • Predetection of collapsed elements.
  • Can create accordion, list collapsers etc by adding a single additional line.
  • Cross browser supported.
< < < < < < <
1 year 37 weeks ago

jQuery Doubleselect Plugin

Fill in a second select box dependent on the first one.

Written by : Johannes Geppert

< <
1 year 28 weeks ago

Disallows resubmission of ajax requests by disabling the submitting button and re-enabling upon response.

Customizable: Disabled class, attribute, and value

< < <
1 year 18 weeks ago

WiseJS - a wise tool for web developers

The components of WiseJS allow to embed any javascripts components in ASP.NET, including jQuery Plugins, jQuery UI, and more, includes powerful assistants to access different database, creation of events/actions on the server side and/or client side. Allows the simultaneous use of C # or VB and javascript.
Note: When viewing the full demo for the first time, be patient because the demo needs to load a set of full libraries; jQuery, jQuery UI, ExtJS, Dojo, DHTMLX ...

WiseJS´s components have two main goals:

A - The first scenario envisages the use of any component javascript. Allows it to be integrated into ASP.NET, using components from WiseJS specially created for this purpose.
These components contain a powerful assitant, which facilitates the integration, such as easy access to various databases, creation of events/actions to be processed on the server side, ...

< < < < < < < < <
3 years 2 days ago

Download
Download from the Google Code page.

Description
Defaultvalue is a Jquery plugin that sets a default value on your inputs if they are empty. The default value disappears if the input gain focus or the user types something in it. Perfect for label values like “Search here…”, “Username” or example values like “john.doe@corp.com”. Works with both text and password inputs as well as textareas.

Usage
$(selector).defaultValue('Username');
or

<input id="myInput" type="text" rel="Username" />
$('#myInput').defaultValue();

Works with
IE6,IE7,IE8
FF1,FF2,FF3
Safari3
Chrome1
Opera9

<
3 years 12 weeks ago

Download
Download from the Google Code page.

Description
This Jquery plugin makes your textarea grow and shrink to fit it's content. It was inspired by the auto growing textareas on Facebook. The major difference between Elastic and it's competitors is it's weight.

Usage
$('selector').elastic();

Verified Browser Compatibility

Firefox   3.0
Safari    3.0
IE        6.0   7.0
Opera     9.5
<
3 years 16 weeks ago

jQuery 3 State Switch Plugin(J3SSW) is a jQuery Plugin that represents the switch button express the selection and some states of list item at the same time using radio button and checkbox.
The applications of J3SSW includes some interfaces for sort key or filter key of any search results.
you can find some compressions (jsmin, packed, YUI) and examples on http://www.memorycraft.jp/project/jquery/j3ssw/index.html

< <
1 year 20 weeks ago

A Better Form

A Better Form is a jQuery plugin I designed to help eliminate spam comments, spam emails and other automated form submissions.

This plugin ELIMINATES THE NEED FOR CAPTCHA GENERATORS and other similar technological blunders. You'll rest assured knowing spam-bots aren't submitting your forms!

A Better Form is easy to use. By following a few simple rules I've outlined on my website your website forms will be "Spam-less and Robot-less". Goodbye CAPTCHA - we wont be missing you!

Stop annoying your website visitors with CAPTCHA security codes, trick questions, and mathematics with A Better Form. A Better Form uses plain-old HTML and javascript without cookies, sessions, tokens, image generators, or eye-candy.

<
1 year 30 weeks ago

Cross-browser text selection and modification plugin built on top of the jQuery library. Tested with Opera 9.5 (Windows) and Opera 9.6 (Linux), Mozilla Firefox 3.0 (Windows and Linux), Internet Explorer 7, Chrome 2.0 and Safari 4.0. Also works with jQuery 1.4.

Plugin could work with multiple elements of «textarea» or «input type=text».

This plugin has seven functions:

  • getSelection – return start, end position, length of the selected text and the selected text. return start=end=caret position if text is not selected;
  • replaceSelection – replace selected text with a given string;
  • setSelection – select text in a given range (startPosition and endPosition);
  • countCharacters – count amount of all characters;
  • insertAtCaretPos – insert text at current caret position;
  • setCaretPos – set cursor at caret position (1 = beginning, -1 = end);
<
3 years 50 weeks ago

What is this ?

  • This plugin aims to be a collection of snippets that improve accessibility for websites.
  • It also includes a set of "recommendations" coded as tests to improve accessibilty (even beyond javascript).
  • These recommendations can be tested against a page, and get a summary of the results.

How to use it ?

  • First add a call to jquery.js (duh!).
  • Add jquery.accessible.js. This contains the engine for rules/fixes and a set of predefined ones.
  • Right after this, you are ready to run the fixes by calling jQuery.accessible(). You can pass in a hash to specify, with the id and true or false, which ones to run.
    IMPORTANT: don't call this function inside document.ready, call it right away instead.

If you want to run the tests in your page:

  • Add jquery.accessible.validator.js after jquery.accessible.js.
< < < < < < <
2 years 41 weeks ago

Replaces radiobuttons and checkboxes with a more skinable Version.

Needs jQuery UI core and jQuery.bind http://plugins.jquery.com/project/bind.

< < < < <
3 years 35 weeks ago

Dynamically add a new option to a select list. A customised form (which you specific) is ajax submitted. A successful ajax return adds the new item to the select list.

< < < <
3 years 13 weeks ago

Плагин который позволяет делать календарь, 4-х типов,
0 - обычный с возможностью отображать номер недели
1- по месяцам
2- по кварталам
3-по годам

< <
2 years 16 weeks ago

Form Validator with several features such as grouping required fields or conditional checking if it is valid or not. Also you can validate string, numeric, date or e-mail. And you can combine several validations. For example: required numeric input and minimum 5 chars long.

Easy to build your validation rules by css classes.

<input type="text" name="phone1" "req-min req-numeric req-both" minlength="9" rel="phones" ..>

Customizable Plugin

You can edit error messages, date seperator, onsuccess function, standard error div selector.

Easy to assign

$('#submitBtn').formValidator({
scope : '#form',
errorDiv : '#errorDiv'
});

Different forms of assign

You can trigger from button or just call the function:
$.formValidator...
$('#button').formValidator...

Here is the css classes:

< < <
2 years 4 weeks ago

After the Deadline is an open source proofreading service that checks spelling, misused words, style, and grammar in web applications.

To attach to all textareas on a page:

jQuery('textarea').addProofreader();

jQuery Plugin Features:

* Supports server-side proxy and cross-domain AJAX communication with service
* High-level API to integrate with TEXTAREAs easily
* Control which errors your users see

After the Deadline is the best writing technology on the web:

* Contextual spell checker suggests correct spelling 9/10 times
* Misused word detector finds errors with its/it's, write/right, etc.
* Grammar checker finds embarrassing writing errors
* Style checker restores accents to words, finds complex and redundant phrases, and helps you avoid passive voice.
* Back-end service is open source. http://open.afterthedeadline.com

< <
2 years 48 weeks ago

Ajax Autocomplete for jQuery allows you to easily create autocomplete/autosuggest boxes for text input fields.

< < < <
2 years 51 weeks ago

Ajax Fancy Captcha is a jQuery plugin that helps you protect your web pages from boys and spammers. We are introducing you to a new, intuitive way of completing “verify humanity” tasks. In order to do that you are asked to drag and drop specified item into a circle.

<
4 years 29 weeks ago

Upload files via an individual file type of input element without uploading extra unwanted form fields

< < < <
3 years 4 weeks ago

This plugin replaces the standart file input element. It allows you to upload multiple files without refreshing the page and use any link, image or other element instead of the file input to show the "file selection" dialogue.

< < < <
1 year 33 weeks ago

A simple way to upload multiple files or images using jQuery with less manipulation of your native file uploading script.

This file upload script uses iframe for upload process and jQuery for manipulating files and client file validation.

< <
1 year 20 weeks ago

Really simple jQuery Ajax File Uploader plugin.

Well, it's not really Ajax uploading considering file upload with ajax is not possible, but the end result is similar.

This jQuery plugin creates a hidden iframe and sets the form's target attribute to post to that iframe. When the form is submitted, it is posted (including the file uploads) to the hidden iframe. Finally, the plugin collects the server's response from the iframe.

This pseudo ajax file upload plugin is about 550 bytes minified and gzipped.

< < < < <
3 years 19 weeks ago

Ajax driven image file upload with thumbnail view and delete function.

< <
2 years 1 week ago

jQuery plugin to create a web-based console-like behavior that posts user input commands to an AJAX server, and prints the result text.

Designed to be utterly simple and highly customizable.

The usage is pretty simple, try using this example as a template: http://n0nick.net/jquery/terminal/

You can see a sample of a terminal server here: http://n0nick.net/jquery/terminal/server.phps

< < < <
1 year 40 weeks ago

This plugin enhances the change event for select boxes. It only has two features:

- disable: automatically disable the select box when the change event is triggered (for example, to avoid multiple AJAX request requests)

- undo: reset the selected index to its original value before the change event had been triggered (for example, if the result of an AJAX request reveals that the new selected index is invalid)

initialization:
$("select").ajaxChange(func [, options]);

  • "func" is a function to be executed on change
  • "options" is an object with two attributes
  • - boolean "disable" [true]
  • - boolean "undo" [true]

control:

$("select").ajaxChange("abort");

  • if disable is set, the select box is enabled.
  • if undo is set, the selectedIndex is set to the original value.

$("select").ajaxChange("done");

< < <
1 year 42 weeks ago

jquery.ajaxContactForm is a plugin made to simplify te sending of a inquiryform. The plugin gathers all the filled out data, after testing it on: required values, required numberical values and/or required e-mail structure. After that it sends the form via AJAX (JavaScript).

The forms that will be send are protected against spam because:

  • * There is no form-tag in the DOM, spam-bots can't see that the data will be send, let alone with what page/script it will be send;
  • * A field -invisible for human visitors- will be added which may not be filled out, spam-bots like to fill out as much as they can.

The plugin can also be used as a stand-alone form-validator and/or as a stand-alone default-value-clearer.

< <
2 years 20 weeks ago

jQuery Ajaxify can turn any link or form from a standard request to an AJAX request.

The main difference when compared to most implementations is that the submission button (or image) is also sent with the ajax request.

Simple call to $('form').ajaxify(); should be sufficient in most cases.

< <
2 years 24 weeks ago

This plugin is based on jEditable, and provides a way to create editable area on clicking links etc. It provides save and cancel button instead of ENTER key to save the content.

you can check for details at http://amiworks.co.in/talk/akeditable-jquery-inplace-editor/

< <
3 years 43 weeks ago

akModal is the simplest way to achieve the modal dialog box or pop up box for simple purposes like showing signin box etc.

You will find it very useful when you need a lightbox kind of plugin that you can control, and customize for you requirements.

More information is at akModal article

< < <
2 years 28 weeks ago

Modo de uso:

Simple:

Permite letras, numeros, y espacios.

$('selector').allowChars();

Personalizado:

$('selector').allowChars({
   letras: [boolean],
   numeros: [boolean],
   espacios: [boolean],
   caracteres: [string], // ejemplo: caracteres: '.-@/+'
   setfocus: [boolean]   // pone el foco sobre el objeto
});

otros:

Si el formulario donde se utiliza esta ordenado con las propiedades 'tabindex' de cada elemento, se le puede pasar como parametro 'enter' en true o false para que al presionar la tecla enter automaticamente pase al siguiente campo.
Asi como tambien la cantidad de campos que existen. Por defecto es 20. Este parametro hace que al llegar al ultimo campo y presionar la tecla enter, se envie el foco al primer campo. No hay problema en poner una cantidad mayor a la que existiere en el formulario. La funcion detectara que ya no existen mas campos y volvera al inicial

< < < < < < <
2 years 11 weeks ago

Hi Dear,
Mohammad Ebrahim Amini Faravaghi
Thank You For Visit.
--Best Regards

< < < < < < < < < < < < < < < < < < < < <