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.

utilities


ICanHaz.js -- Simple Client-side Templating Solution using jQuery and Mustache.js

A simple approach for doing client-side templating with jQuery and Mustache.js.

So, this is how I'm now doing client-side templating for my projects at &yet. A solution inspired by jQuery's own @jeresig's microtemplating. I figured I'd share it, in case someone else finds it useful.

jquery UI style timepicker

A fully configurable timepicker plugin, compatible with jqueryUI.
This plugin can be attached to one ore more input text boxes. By clicking the text box or a timepicker is displayed where the user can pick in two steps any moment in time, configurable by the developer.

The timepicker can also be opened by clicking on a regular or an imagebutton.
This plugin can be used to select 24 Hr format time and AM/PM 12 Hr format time. The plugin can be customized to display different timeformats and different intervals

Release 1.2 is out now for downloading.

Preload Over Images

Ez a script arra hivatott, hogy az egész oldalon vagy csak egy adott területen, megkeresse a képeket/háttereket és betöltse a hozzá illő over illetve active állapotú képeket.

Bizonyára sokan ismerik az xxPreloadImages() függvényeket, de nekem ezzel az volt a bajom, hogy manuálisan meg kellett adni minden képet. Viszont, mi a helyzet akkor, ha kifelejtünk 1-2-őt? Na igen! Ilyenkor lenne jó a Preload Over Images. Ebből a megfontoltságból írtam meg ezt a kicsike kis scriptet, hogy segítse az életünket.

NobleCount

NobleCount (visit project homepage for more details) is a customizable jQuery plugin for a more the improved counting of the remaining characters, and resulting behaviors, of a text entry object, e.g. input textfield, textarea.

As text is entered into the target text area an object for the purposes of tracking the total number of characters remaining, defined as the maximum number of characters minus the current total number of characters within the text entry object, and storing that information visually and/or within the DOM as an HTML 5 compliant data-* attribute.

Events and CSS Class alterations, if defined, are triggered based on current user interaction with the target text entry object as well as the current state (positive or negative) of the character remaining value.

NobleCount supports pre-existing text within the text object.
NobleCount supports jQuery chaining.

Custom browser context menu

Usual right click menu of browser is replaced with a menu created in div and css. This is a beta release. Tested on 1.3 & 1.4 version
just called on a 'div' element with arguments of menu link names and urls i.e $(element_name).bmenu({'menu_name','url'});

styleSelect

This plugin replaces the standart select element with a custom looking selectbox. Plugin has keyboard support.

wrapsearch

A plugin that allows wrapping any selected element (works better with span-like items, though) with an HTML link that points to a search engine query URL for the element's inner text.

The wrapper link appearance is fully customizable, as the displaying of the search engine icon on the left or right side of the link itself or the ability to open the search results in the same window or in a separate one.

Searchers (i.e. search engine configurations) can be easily added or updated by including a proper .js configuration file or extending provided one.

Wrapper links can be removed via a single javascript call, both globally (each wrapper link on the page) or by specifying the searcher ID they refer to.

Quite useful if you want to add 'hooks' to specific words or phrases in your HTML page, in order to better clarify their meaning or providing a simple way to search for related pages through common search engines.

underCover - Detect Below the Fold Views

underCover is a jQuery plugin that is intended to give you the knowledge of when a user scrolls below the fold on a page of your website.

jQuery OO Utilities

A basic OOP utilities implemention for jQuery including methods for creating, extending and instantiating js types, and accessing properties of a js object in a jQuery coding style.