Plugins: Browser Tweaks
$.bind - binds an object to a function
Last changed: 1 year 9 weeks ago
This methode allows you to bind an object and sveral arguments to a function.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 1.0.1 | 2009-Jan-07 | Recommended for 1.0.x | ||
| 1.0.0 | 2008-Sep-08 | Recommended for 1.2.x | ||
$.editableAreas
This plugin allows you to convert parts of the page into editable areas, just click on them and when you finish editing click outside. If you convert an inline element (h1...h5, p ) with this script, the line breaks will be disabled.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 0.4 | 2009-Mar-02 | Recommended for 1.0.x | ||
Accessible
Last changed: 2 years 10 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.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 0.1.0-dev | 2007-Dec-27 | Recommended for 1.2.x | ||
accessible radio button and checkbox replacement
Last changed: 45 weeks 13 hours ago
Replaces radiobuttons and checkboxes with a more skinable Version.
Needs jQuery UI core and jQuery.bind http://plugins.jquery.com/project/bind.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 1.2 | 2009-May-01 | Recommended for 1.3.x | ||
Ajax file upload plugin
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.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 0.4 | 2008-Dec-03 | Recommended for 1.0.x | ||
| 0.9 | 2009-Jan-10 | Recommended for 1.2.x | ||
| 2.0 | 2009-Feb-22 | Recommended for 1.3.x | ||
Align Object to Bottom
Last changed: 4 weeks 1 day ago
Align an Object to Bottom, using set interval, we allow for iphone compatability.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 0.1.0-Test | 2010-Feb-12 | Recommended for 1.0.x | ||
backOpacity plugin
Last changed: 18 weeks 3 days ago
This plugin adds a opacity background to any object that has width/height specified without giving the inner elements an opacity. This plugin doesn't use any CSS hacks or the PNG hack. It uses the native jQuery opacity function, DOM strict attribute names and jQuery's CSS setters/getters to allow cross browser compatibility. Technically it adds a div element automatically within the parent and sets itself as background.
Simply:
$('.backopacity').backOpacity();With settings:
$('.backopacity').backOpacity({
background: '#ffffff',
opacity: '0.1'
});Currently does not work for IE6! Works on IE7+, Opera 9+, Firefox 3+ as i tested.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 0.9.2 | 2009-Nov-03 | Recommended for 1.3.x | ||
Bad Browser
Last changed: 14 weeks 20 hours ago
Display a notice for IE users (you have to design/write it and put in your HTML content). Allow to set a cookie to hide the notice.
Initialize it with BadBrowser.initialize();
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 0.0.666 | 2009-Dec-04 | Recommended for 1.3.x | ||
bgiframe
Last changed: 2 years 33 weeks ago
Helps ease the pain when having to deal with IE z-index issues.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 2.1.1 | 2007-Jul-22 | Recommended for 1.0.x | ||
blacknwhite
Last changed: 1 year 38 weeks ago
Using this plugin, your MSIE users will see your website with a grayscale color
This plugin helps people moving away from Internet Explorer: it turns
the colors of your website to a grayscaled version.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 1.0.0 | 2008-Jun-17 | Recommended for 1.0.x | ||
Browser
Last changed: 1 year 24 weeks ago
What is the jQuery Browser Plugin?
The jQuery Browser Plugin is an addon for jQuery that makes it easy to uniquely identify your visitors' browsers.
What does it do?
It gives you an object in javascript that contains all of the information about the browser being used. It also adds CSS browser selectors, which means you can style elements or write functions for specific browsers, browser versions, layouts, layout versions, and even operating systems.
Image of the jQuery Browser Plugin in action.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 2.3-AIO | 2008-Sep-25 | Recommended for 1.2.x | ||
canvasSwap
Last changed: 42 weeks 15 hours ago
Description
A jQuery plugin to induce an image swap on hover. Although this plugin does it's job of swapping out images extremely well , that's not what it's main intention is. What canvasSwap sets out to do is not only provide a great image swap utility, but it also allows swapping transparent PNG images in IE 6! (with the help of a PNG transparency script)
This project is also hosted on Google Code
Usage
Example 1: To induce an image swap on images with the class of 'myswap', the image to swap having a suffix of '_hover', and IE 6 PNG support enabled.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 1.0-beta | 2009-May-22 | Recommended for 1.3.x | ||
Clip-Animation
Last changed: 20 weeks 16 hours ago
This Plugin adds support to animate the clip-property. (additionally it normalizes reading the clip-style and font-size-property in IE)
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 1.0.0 | 2009-Oct-23 | Recommended for 1.0.x | ||
Clipboard
Last changed: 1 year 3 weeks ago
Clipboard is a simple jQuery plugin that allows you to copy text in cross-browser fashion, using Internet Explorer's native method, and a Flash helper in other browsers. Compatible with jQuery 1.2.x and 1.3.x, requires Flash 8+ in non-IE browsers.
Version 2.0.1 released February 15, 2009
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 2.0.1 | 2009-Feb-16 | Recommended for 1.0.x | ||
CSS Class-based Animations
Last changed: 1 year 12 weeks ago
You might like this plugin if you can't stand CSS/presentation creeping into your JavaScript through jQuery.animate calls.
Keep presentation where it should be (in linked or inline CSS class definitions) and just animate to and from CSS classes.
Now, you can write:
$('div').animate('.myCssSelectedClass');instead of:
$('div').animate({
height: '100px', //expand down
opacity: 1 //fade in
// ... //etc, etc.
})
.find('a') //now animate the anchor elems inside
.animate({
top: 100px,
left: 100px // slide in from upper left
// ... // etc, etc.
})
.end()
.find('p') //and the paragraph elems
.animate({
top: 200px // slide in from the top
// ... // etc, etc.
})
// ... // and on and on| Version | Date | Links | Status | |
|---|---|---|---|---|
| 0.8-min | 2008-Dec-16 | Recommended for 1.2.x | ||
CSS3 Text overflow plugin
This jQuery plugin implements a simplified version of the CSS3 text-overflow property. The text-overflow property allows stylesheet authors to specify how and where text should be clipped. This is usually done by adding an ellipsis character "…" or three dots at the point the text should be cut off. Unfortunately, not all browser support this CSS property, and this plugin was designed to simulate it when not natively available.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 0.13 | 2009-Sep-14 | Recommended for 1.3.x | ||
cssPNGFix
Last changed: 1 year 38 weeks ago
Fixes the transparency of CSS background images in IE < 7.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 1.0 | 2008-Jun-18 | Recommended for 1.0.x | ||
Custom browser context menu
Last changed: 3 weeks 1 day ago
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'});
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 1.0 | 2010-Feb-18 | Recommended for 1.3.x | ||
designMode
Last changed: 2 years 10 weeks ago
Cross-browser designMode
What is designMode?
Almost all major browsers offer a de facto support for rich text editing, which makes an entire DOM document editable. It was originally developed for Internet Explorer, however, later implementations by other browsers are proven to be surprisingly compatible and stable. The functions in this plugin can help you turn any frame, iframe or window into a cross-browser wysiwyg editor.
This technique can be referred to as designMode, because it's triggered by setting the designMode property of a DOM document to 'on' using JavaScript. The content can be modified by a set of commands using the execCommand() function. Mozilla provides a good specification of avalible commands.
DOMCached browser-side data caching plugin
Last changed: 19 weeks 1 day ago
DOMCached is a simple wrapper library for the use of DOM Storage provided by the modern browsers (and userData behavior in the not-so-modern ones). The library is designed after the hugely popular memcached caching system, providing similar "caching" options in JavaScript in the form of local storage.
While the original DOM Storage provides only methods to save and read string values, DOMCached can input and output any JSON compatible objects. DOMCached includes also support for namespaces and data expiring.
So if you have made an Ajax call and received some data and cached it to the DOMCached system, then you dont't have to do the call again. The goal of the plugin is to lower server load and traffic by caching session data (where applicable) inside the browser.
There is a similar plugin - jStore but I wasn't aware of its existance while creating my version. I think my version is easier to use though and the goals are a bit different.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 0.1.1-jquery | 2009-Oct-29 | Recommended for 1.3.x | ||
Extends jQuery´s live-Method to support more event-types
Last changed: 42 weeks 1 day ago
Extends jQuery´s built-in event delegation methods 'live' and 'die' to support mouseenter, mouseleave and change. It also implements focusin and focusout Events (by Jörn Zaefferer), wich can substitue the focus/blur Event and can be used with both the live or the bind method.
//hover with live
$('tr').liveHover(function(e){
console.log('enter')
},
function(e){
console.log('leave')
});
//mouseenter with live
$('tr').live('mouseenter', function(e){
console.log('enter')
});
//change with live
$('input').live('change', function(e){
console.log('changed')
});Note: The change-Event used with the live-Method is also normalized. It will behave how the change-event in modern browser or how it is specified by the W3C HTML 5 working group. (no more click to notice a change on radiobuttons/checkboxes)
Note the extension also adds support for a kind of bubbling, if you use the bubbleLive-method:
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 1.0.5 | 2009-May-21 | Recommended for 1.3.x | ||
Favorite Icon
Last changed: 39 weeks 20 hours ago
External links should always be marked distinctly in order to see them easily. First I thought adding a CSS class to all a[href^=http] will be more then fine. After that I got the better idea of using the favicon.ico of the external site, if it is available of course.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 1.1.0 | 2009-Jun-12 | Recommended for 1.0.x | ||
Fix Overflow
Last changed: 1 year 51 weeks ago
Fixes the horizontal overflow in IE. In particular, IE will place the scroll bar inside the overflowing element, and if the element is only one line, the scroll bar will cover the line.
This plugin will adjust the padding to fix the issue.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 1 | 2008-Mar-17 | Recommended for 1.0.x | ||
Font
A simple plug-in allowing you to test whether a CSS-style font-family declaration is being rendered by the browser.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 1.1 | 2009-May-06 | Recommended for 1.0.x | ||
History
Last changed: 2 years 1 week ago
Plugin is for Ajax-driven pages to have back/forward navigation and to allow bookmarking.
Sample code:
function callback(hash)
{
// do stuff that loads page content based on hash variable
}
$(document).ready(function() {
$.history.init(callback);
$("a[@rel='history']").click(function(){
$.history.load(this.href.replace(/^.*#/, ''));
return false;
});
});| Version | Date | Links | Status | |
|---|---|---|---|---|
| 1.0.0-beta-1 | 2008-Mar-01 | Recommended for 1.2.x | ||
Hyphenator
Last changed: 17 weeks 4 days ago
This plugin provided by webvariants integrates the Hyphenator, written for client-side hyphenation of texts on websites. The project itself is located at Google Code and published under the LGPL.
This plugin provides the method hyphenate() to all jQuery objects.
Usage:
$('p, ol, ul').hyphenate();
It's possible to add your own options (see http://code.google.com/p/hyphenator/wiki/en_PublicAPI for a list of all allowed options):
$('p').hyphenate({hyphenchar: '|']);
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 1.0.1 | 2009-Nov-09 | Recommended for 1.0.x | ||
| 1.0.0 | 2009-Nov-09 | Recommended for 1.3.x | ||
IE HTML5 elements fix
Last changed: 7 weeks 1 day ago
I've created a simple function to insert HTML 5 elements inside the DOM for Internet Explorer based on the HTML5 Shiv created by Remy Sharp.
The function is build so it automatically adds all the (known) HTML 5 elements to the DOM and creates a style element which sets a CSS rule for all elements with { display: block; zoom: 1 } .
It's possible to add custom elements also, so it's possible to create elements like 'wrapper', 'container', 'copyright', etc.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 1.0 | 2010-Jan-21 | Recommended for 1.3.x | ||
ieFixButtons
Last changed: 1 year 50 weeks ago
Fixes the buggy behavior of the <button> element in Internet Explorer 6 and 7.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 0.3 | 2008-Mar-24 | Recommended for 1.2.x | ||
iFixPng - fixes png transparency in msie versions below 7
Last changed: 1 year 46 weeks ago
Fix problems with PNG images in IE6 and below, works for both img-elements and css-background-images, see demo.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 1.7 | 2007-Sep-18 | Recommended for 1.0.x | ||
iFixPng improved
Last changed: 1 year 27 weeks ago
This plugin is an improvement to the original iFixPng plugin. It may use some more resources and work slower, but there are some important improvements:
- The image or element with a background image doesn't have to be visible.
- background-position is now supported, including an IE absolute position fix. (bottom: -1px || bottom: 0px)
Update
- Since 3.1.0 background-position in percentages is fully supported. See the demo page for a demonstration.
Any improvements to speed or functionality are welcome. For as long as IE6 will be around, we need to tackle this problem together.
The unfix method was removed.
Usage:
// Set the transparent pixel
jQuery.ifixpng('/images/pixel.gif');
jQuery('img, .bgPng').ifixpng();| Version | Date | Links | Status | |
|---|---|---|---|---|
| 3.1.2 | 2008-Sep-01 | Recommended for 1.2.x | ||
Incremental Search for Select Boxes
Last changed: 11 weeks 5 days ago
Did you ever have to scroll through a select box with lots of options. Did you wish there was incremental search? Your wish has been granted.
This plugin modifies ordinary select tags to allow incremental search.
Usage:
jQuery(document).ready(function() {
jQuery("select").AddIncSearch();
});The plugin will disable itself on Internet Explorer since it is way to slow for this to work sensibly. If you want to experiment with IE, just remove the respective code right at the start of the plugin code.
Try out the demo.
cheers
Tobi Oetiker and Sascha Wolski
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 1.0.345 | 2009-Dec-21 | Recommended for 1.3.x | ||
intoViewport Scroller
Last changed: 30 weeks 4 days ago
Plugin to scoll to a certain DOM-element, but only if this element is not already in the browser's view port. Also scrolls only as far as necessary. Uses animate(), so scroll effects are customizable as every other animation (callback, speed...)
How to use
Easy. Make sure the plugin is loaded, then use e.g.:
$('a').eq(4).intoViewport();
This will scroll the 4th link on the page into the browser's field of vision.
Options
intoViewport will pass its parameter to animate(), so you can use all it's options:
$('a').eq(4).intoViewport({duration:"slow",easing:"linear"});
Download
The download below is a comment documented version, for producton you can use the minified verion (480 Bytes).
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 1.0.0 | 2009-Aug-10 | Recommended for 1.3.x | ||
iPhone
Last changed: 1 year 24 weeks ago
jQuery iPhone Plugin extends jQuery's functionality for specific iPhone usages.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 0.1.2-AIO | 2008-Apr-22 | Recommended for 1.0.x | ||
| 2.0.3-AIO | 2008-Sep-25 | Recommended for 1.2.x | ||
jCookie
Last changed: 2 weeks 6 days ago
"jCookie" provides a clean and simple interface for cookie handling.
Create, update, read and delete browser cookies in a snap by gaining just 949 bytes in weight:
@example:
Create,update:
jQuery.jCookie('cookie','value');
Delete:
jQuery.jCookie('cookie',null);
Read:
jQuery.jCookie('cookie');| Version | Date | Links | Status | |
|---|---|---|---|---|
| 1.2 | 2010-Feb-20 | Recommended for 1.0.x | ||
jEndnotes - progressive print enhancement
Last changed: 1 year 15 weeks ago
jEndnotes creates an ordered list of endnotes from all childnodes by using their available %URI-attributes (href|cite|longdesc). The generated list will be appended to the given element. Additionally the script adds some default css-rules to the head-element displaying the endnotes on printed pages.
Example
$('#content').jEndnotes();
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 1.0 | 2008-Nov-22 | Recommended for 1.2.x | ||
jPooky - unifying jQuery and multi-touch
Last changed: 31 weeks 4 days ago
PookyTouch is an extension for firefox that enables multi-touch input. This is done by forwarding multi-touch events, generated by a TUIO server, to HTML (or XUL) pages. The events follow the Safari API.
jPooky provides functionality to facilitate a number of common tasks involved in development of multi-touch enabled webpages.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 0.0.1 | 2009-Aug-03 | Recommended for 1.3.x | ||
jqcanvas - Jquery Canvas plugin to apply Background without images
Last changed: 35 weeks 4 days ago
Jquery Canvas plugin to apply Background with rounded corners, gradients and opacity without images to any html elements
This plugin creates a canvas html tag behind the selected elements and uses a callback function to draw any type of background you want.
If any selected element changes its size or position, its background canvas is updated too.
More details at project page: http://jqcanvas.googlecode.com
Download the lastest unstable version: http://jqcanvas.googlecode.com/svn/trunk/jqcanvas/jquery.jqcanvas.js
Sample usage: http://jqcanvas.googlecode.com/svn/trunk/example/index.html
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 0.2.9-alpha | 2009-Jul-07 | Recommended for 1.2.x | ||
| 0.1-alpha | 2009-Mar-18 | Recommended for 1.3.x | ||
jQuery browser plugin detection
Last changed: 1 year 6 weeks ago
This plugin extends the jQuery.browser object to allow browser plugin detection.
Plugins supported:
- Flash
- Silverlight
- PDF(checks if pdf mimetype is supported not limited to one PDF application)
- Java
- Quicktime
- Windows Media Player
- Shockwave
- Realplayer
Usage:(if the plugin /mimetype is enabled the properties returns true, otherwise returns false)
jQuery.browser.flash //Flash
jQuery.browser.sl //Silverlight
jQuery.browser.pdf /PDF format
jQuery.browser.java //Java
jQuery.browser.qtime //Quicktime
jQuery.browser.wmp //Windows Media Player
jQuery.browser.shk //Shockwave
jQuery.browser.rp //Realplayer| Version | Date | Links | Status | |
|---|---|---|---|---|
| 1.0.2 | 2009-Jan-27 | Recommended for 1.0.x | ||
| 1.0.0 | 2008-Dec-03 | Recommended for 1.2.x | ||
jQuery checkbox
Last changed: 47 weeks 3 days ago
A replacement for the standard checkbox that allows you to change the look of checkbox elements in your page.
This simple line of code will change all checkboxes on the page:
$('input[type=checkbox]').checkbox();Plugin has following configuration options:
cls: checkbox wrapper class (default: jquery-checkbox)
empty: path/filename of "empty"(1x1 transparent) image (default: empty.png)
Example:
$('input[type=checkbox]').checkbox({
cls:'jquery-safari-checkbox',
empty: 'http://www.yoursite.com/images/empty.gif'
});| Version | Date | Links | Status | |
|---|---|---|---|---|
| 1.3.0-beta | 2009-Apr-15 | Recommended for 1.2.x | ||
jQuery Crash
Last changed: 1 week 10 hours ago
Summary
A jQuery plugin for crashing IE6. That'll teach those motherf!%@*#s to upgrade their s#*t.
Author
Requires
Download
jquery-crash.js (435 bytes)
License
Dual licensed under the MIT and GPL licenses.
Usage
To crash IE6 call
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 0.0.2 | 2010-Mar-05 | Recommended for 1.0.x | ||
jQuery Fancy Zoom
Last changed: 1 year 51 weeks ago
Based on the fancy zoom effect : http://www.cabel.name/2008/02/fancyzoom-10.html
This is the jQuery version and peraps better because it is full compatible with:
ie6/7, safari & firefox.
See the jQuery fancy zoom home page for more details.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 1.5 | 2009-Sep-22 | Recommended for 1.0.x | ||
| 1.2 | 2008-Jul-17 | Recommended for 1.2.x | ||
jQuery ping
Last changed: 48 weeks 3 days ago
jQuery ping make a easy way to bulid a web ping
Demo:http://www.skiyo.cn/demo/jquery.ping/
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 1.0.1 | 2009-Apr-08 | Recommended for 1.0.x | ||
jQuery Searchable DropDown Plugin
Last changed: 5 weeks 3 days ago
This plugin extends normal dropdown (select) elements to be searchable.
Project homepage: https://sourceforge.net/projects/jsearchdropdown/
Demo: http://jsearchdropdown.sourceforge.net/
Features
- Runs on IE 7.x, IE 8.x, Firefox 3.5.x, Safari 4.x, Opera 10.x, Chrome 3.x
- Searching in select boxes without loosing normal select box behaviors
- Support modification of select object at runtime
- Use keys to navigate through the list of results
- Use key ESCAPE to abort your searching
Usage
$(document).ready(function() {
$("select").searchable();
});Greetings
Special greetings to Tobias Oetiker his plugin AddIncSearch has inspired me to do this great sequel.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 1.0.5-a | 2010-Feb-02 | Recommended for 1.3.x | ||
jQuery Table Display
Last changed: 1 year 31 weeks ago
This plugin creates the methods "showRow", "hideRow" and "toggleRow", to manage the display of table rows.
Tested in FF 3.0 and IE7.
Created by Gabriel Langhans, Lucas Leite and Maicon Martins
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 0.2 | 2008-Aug-07 | Recommended for 1.2.x | ||
jQuery Timers
Last changed: 21 weeks 1 day ago
jQuery Timers is a high level abstraction of setTimeout and setInterval. It links into the jQuery chain so you can apply timers to elements directly in your code, leading to much more intuitive timer-based code. It also adds numerous advanced features such as labelling of timers and abstracted timer ids.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 1.2.0 | 2009-Oct-16 | Recommended for 1.0.x | ||
jQuery Touch
Last changed: 1 year 32 weeks ago
This plugin adds Apple iPod/iPhone (firmware 2.0+) touch functionality to jQuery. Use built in Touch methods including ontouchstart, ontouchend, ontouchmove, ongesturestart, ongesturechange and ongestureend.
You may specify what options you want available for the specified target(s), including: animate, dragx, dragy, rotate, resort and scale.
Written By: Peter Schmalfeldt ( Manifest Interactive )
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 1.0.0-compact | 2008-Jul-28 | Recommended for 1.2.x | ||
jQuery Watch
Last changed: 12 weeks 2 days ago
This extension method to jQuery adds a timer driven check in order to implement a watch/unwatch methods similar to SpiderMonkey's Object.prototype.watch/unwatch.
function watchCallbackExample(propertyName, oldValue, newValue) {
alert("o." + propertyName + " changed from " + oldValue + " to " + newValue);
}
//bind a watch event to a callback
jQuery(o).watch("someProperty", watchCallbackExample)
//unbind a watch event from a callback
jQuery(o).unwatch("someProperty", watchCallbackExample);
//unbind all callbacks from a watched property
jQuery(o).unwatch("someProperty");
//unbind all callbacks for all watched properties
jQuery(o).unwatch();
//unbind a given callback from all watched properties
jQuery(o).unwatch(null, watchCallbackExample);| Version | Date | Links | Status | |
|---|---|---|---|---|
| 1.2.0 | 2009-Dec-16 | Recommended for 1.3.x | ||
jquery.borderImage
Last changed: 1 year 10 weeks ago
jquery.borderImage is a cross-browser, partial implementation of CSS3's border-image property.
The extensive documentation will tell you all you need to know about it.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 1.0-rc-2 | 2008-Dec-30 | Recommended for 1.2.x | ||
jReject - jQuery Browser Rejection
Last changed: 23 weeks 2 hours ago
jReject provides a simple, robjust, light-weight way to display rejections based on a the browser, specific browser version, specific platforms, or rendering engine. Provides full customization of the popup. Uses no CSS file (by default), and can easily be used on page load or during a specific page events. Also provides a flexible way to display custom browser alternatives in the popup.
Visit our website for more details about usage.
Depends on jQuery Browser Plugin (Included By Default)
Version 2.3; http://jquery.thewikies.com/browser
Design/concept based on "IE6 Upgrade Warning"
http://code.google.com/p/ie6-upgrade-warning/
Implemented and coded in jQuery by Steven Bower
TurnWheel Designs; http://turnwheel.com/
jReject: http://jreject.turnwheel.com/
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 0.6.0-Beta | 2009-Oct-03 | Recommended for 1.3.x | ||
jScroller (a autoscroller, crossbrowser, W3C compatible)
Last changed: 33 weeks 6 days ago
jScroller is a Plugin for simple auto-scroller, cross-browser and W3C compatible.
Support up,down,left and right and also display the content alternative, when no javascript is activated.
Homepage:
http://jscroller.markusbordihn.de/
Docs:
http://jscroller.markusbordihn.de/docs/
Demos:
http://jscroller.markusbordihn.de/example/
| Version | Date | Links | Status | |
|---|---|---|---|---|
| 0.4-Sourcecode | 2009-Jul-18 | Recommended for 1.0.x | ||
| 0.2-rc-1 | 2007-Sep-12 | Recommended for 1.1.x | ||
| 0.3 | 2007-Nov-15 | Recommended for 1.2.x | ||
| 0.4-packed | 2009-Jul-18 | Recommended for 1.3.x | ||
