public marks

PUBLIC MARKS from srcmax with tags plugin & developpement

2012

2011

jQuery Plugin Boilerplate

by 1 other
I started learning jQuery the other day and had a hard time finding a good resource on how to build a jQuery template. What I’ve found was generally too brief and didn’t answer all of my questions. Finally, as a remainder to myself, I’ve decided to put the things I’ve learned in a sort of a template for creating jQuery plugins. So, here it is, a boilerplate for kick-starting jQuery plugins development!

2010

2009

jQuery Drag to Select

Use this plug-in to allow your visitors to select certain elements by dragging and dropping a "select box".

imgAreaSelect - odyniec.net

by 5 others (via)
imgAreaSelect is a jQuery plugin for selecting a rectangular area of an image.

jQuery Plugin: jQuery Timers

(via)
jQuery timers is an attempt to combine jQuery's concise chaining programming style with the awkward style in which timed events are coded in JavaScript to produce a friendlier and more intuitive timed event system. In addition, it fixes the most prevalent issue with the various event systems of JavaScript: misconfigured scope. All the methods you design to use in setTimeout/setInterval in JavaScript cannot use 'this' to reference the desired element because 'this' always references the window object. Because of this, closures are required to produce useful code. Without the need for closures, these methods could be stored inside the class rather than inside the calling method which would produce a more modular and object oriented style of coding.

jQuery sIFR Plugin

by 3 others, 1 comment
The jQuery sIFR Plugin is an addon for jQuery that makes it easy to replace text in a web page with flash text (sIFR).

2008

Plugins | jQuery Plugins

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)

jQuery listnav plugin - javascript navigation control to manage alphabetical lists

by 4 others
This jQuery plugin supplies an easy way to unobtrusively add a letter-based navigation widget to any UL or OL list. An easily stylable (via CSS) nav bar appears above the list, showing the user the letters A-through-Z. Clicking one of the letters filters the list to show only the items in the list that start with that letter.

Galleria - a Javascript Image Gallery | DevKick Lab

by 2 others (via)
Galleria is a javascript image gallery written in jQuery. It loads the images one by one from an unordered list and displays thumbnails when each image is loaded. It will create thumbnails for you if you choose so, scaled or unscaled, centered and cropped inside a fixed thumbnail box defined by CSS.

Slider Gallery | jQuery for Designers - Tutorials and screencasts

by 1 other
Michiel Kenis requested a tutorial explaining how to create a similar effect used to showcase the products on the Apple web site.

stanlemon.net : jgrowl

by 2 others
jGrowl is a jQuery plugin that raises unobtrusive messages within the browser, similar to the way that OS X's Growl Framework works.

com.overset.dev» Blog Archive » Animated Sortable Datagrid jQuery plugin - jTPS

(via)
Animated scrolling of pagination on a datagrid aka datatable. Support ascending and descending “natural sorting” for columns. Support attachment to generic pre-built tables from conventional HTML and/or template driven HTML tables.

FancyBox - jQuery image zooming plugin

by 10 others (via)
Inspired by many other lightbox-like tools, now made kinda different image zooming script for those who want something fresh. It`s powered by great javascript library - jQuery, tested with IE6, IE7, Firefox

jScroller a Autoscroller for jQuery by Markus Bordihn

by 5 others
This Javascript Autoscroller is Crossbrowser compatible and also W3C compatible, because its dont used marquee.

2007

gaTracker - Google Analytics Integration for jQuery | jQuery Plugins

(via)
This plugin is intended to simplify the process of adding Google Analytics tracking to a page, including the tracking of outbound links, mailtos, and downloads, which are not otherwise tracked by default.