public marks

PUBLIC MARKS from srcmax with tags jQuery & js

2016

jQuery.dotdotdot, advanced cross-browser ellipsis for multiple line content.

jQuery.dotdotdot, advanced cross-browser ellipsis for multiple line content.

2015

taggingJS

jQuery plugin to tagging like a charm!

Select2 - The jQuery replacement for select boxes

Select2 gives you a customizable select box with support for searching, tagging, remote data sets, infinite scrolling, and many other highly used options.

2014

janpaepke/ScrollMagic · GitHub

ScrollMagic is a jQuery plugin which essentially lets you use the scrollbar like a playback scrub control. It's the plugin for you, if you want to ... ... start an animation at a specific scroll position. ... synchronize an animation to the scrollbar movement. ... pin an element at a specific scroll position (sticky elements). ... pin an element for a limited amount of scroll progress (sticky elements). ... easily add a parallax effect to your website. ... create an inifinitely scrolling page (ajax load of additional content). ... call functions when the user hits certain scroll positions or react in any other way to the current scroll position.

2013

Breaking down Amazon’s mega dropdown - Ben Kamens

by 1 other
The hover effects on Amazon’s big ‘ole “Shop by Department” mega dropdown are super fast. Look’it how quick each submenu fills in as your mouse moves down the list

2011

jQuery.fracs · larsjung.de

jQuery.fracs determines the fraction of an HTML element that is currently in the viewport, as well as the fraction it takes of the complete viewport and the fraction of the area that might possibly be visible. It also provides the coordinates of the visible rectangle in document, element and viewport space. See the demo to get an impression of some of the features.

2010

jQuery Mobile | jQuery Mobile

by 8 others
<blockquote> <p>jQuery Mobile: Touch-Optimized Web Framework for Smartphones & Tablets</p> <p>A unified user interface system across all popular mobile device platforms, built on the rock-solid jQuery and jQuery UI foundation. Its lightweight code is built with progressive enhancement, and has a flexible, easily themeable design</p> </blockquote>

DataTables (table plug-in for jQuery)

by 3 others

DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table.

2009

jQuery Drag to Select

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

File Style Plugin for jQuery

Browsers do not let you style file inputs. File Style plugin fixes this problem. It enables you to use image as browse button. You can also style filename field as normal textfield using css. It is written using JavaScript and jQuery.

jQuery Captify Demo

by 3 others (via)
Captify is a plugin for jQuery written by Brian Reavis to display simple, pretty image captions that appear on rollover. It has been tested on Firefox, Chrome, Safari, and the wretched Internet Explorer. Captify was inspired by ImageCaptions, another jQuery plugin for displaying captions like these.

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.

Release:jQuery 1.3.2 - jQuery JavaScript Library

(via)
This is a maintenance release for jQuery 1.3. You can view the full list of what was fixed or changed in the bug tracker.

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.