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.

1.0.x


tikslusbox

This is a jQuery-powered modal windowing system

It can be used to show content inside a nice floating popup frame above the rest of the page.
Here are some key features of "Tikslusbox":

· 8 skins
· 3 transition effects
· Smooth animations
· Page dimming overlay

Support for:
· Images
· Image galleries
· SWF files
· YouTube videos
· MySpace videos
· Vimeo videos
· Metacafe videos
· WMV movie
· Quicktime movies
· Inline HTML content

Tikslus dialog

Tiklsus dialog is a jquery plugin which can show any HTML content(plain text,tables,videos,pictures) inside a popup box.
It also support alert,confirmation and prompt dialog creation.
you can animate tikslus dialog with different transition effects.
you can also create dialogs with custom buttons.

Date Validation

This plugin make the validation of dates in with this format 'dd/mm/YYYY' easy. You can validate direct across of jQuery selectors.

if( $('#my-date-field').dateValidate() == true)
{
   // make anything
}

Placeholder Support Detection

Extends jQuery.support to add a placeholder field, which is set to true or false depending on whether the browser supports the placeholder attribute on input tags.

Credit goes to Mark Pilgrim at Dive Into HTML5

Twitter Styled Alert Bar

This is an extremely flexible plugin which allows you to have twitter like alerts on your website. The alert bars are customizable and have many options.

rr2jquery (browser detect, DOM Templates, create SWF)

Browser detect - a compact and easy way to determine your browser. feature ideas to use NaN.
DOM Templates - template on the client. The example is a bookmarklet it will simplify the conversion of DOM in js-template.
create SWF - a simple way to insert flash onto the page.

------ RUS -------

Небольшое расширение для jQuery, которое может быть кому-то полезным или дать новые идеи

Browser detect - компактный и простой способ определения браузера. особенность идеи в использовании NaN.
DOM Templates - шаблонизатор на клиенте. в примере есть букмарклет он упростит преобразование DOM в js-шаблон.
create SWF - простой способ вставить flash на страницу.

ChillBox Version 1.0

Designed by Christopher Hill, and inspired by Lokesh Dhakar's Lightbox2, ChillBox is a JQuery Plugin is a simple, unobtrusive script used to overlay images on top of the current page. It can be used for link anchor attributes. ChillBox has been tested with IE6, IE7, IE8, Firefox, Google Chrome, Opera and Safari.

Custom Scrolling

This plugin allows any overflowing HTML elements to scroll like in Google Maps.

Tag builder helper

Dependence: jQuery JavaScript Library v1.3.2
version: 4.10.2010
License : MIT

public methods:
$.create.TABLE(helperOptions) –
$.create.TBODY(helperOptions) –
$.create.TH(helperOptions) –
$.create.TR(helperOptions) –
$.create.TD(helperOptions) –
$.create.DIV(helperOptions) –
$.create.SPAN(helperOptions) –
$.create.InputButton(helperOptions) –
$.create.InputText(helperOptions) –
$.create.InputHidden(helperOptions) –
helperOptions – структура:
{
childObject:object, //child object
attribute:{} // object's atribute
initFunction: function()
}
attribute -
{
"atribute's name": atribute's value
}
OR
[{"atribute's name_1:atribute's value_1},{"atribute's name_2:atribute's value2}

Instant Valdation

Instant validation provides users with immediate form validation errors, correcting user input as soon as it’s entered rather than waiting for form submission. The appearance and position of the validation error messages are easily styled through CSS and plugin options. Currently available validation types include required fields, email addresses, phone numbers, zip codes, and numbers, but more will be added!