public marks

PUBLIC MARKS from srcmax with tags jQuery & plugin

2016

GitHub - jonom/jquery-focuspoint: jQuery plugin for 'responsive cropping'. Dynamically crop images to fill available space without cutting out the image's subject. Great for full-screen images.

jQuery plugin for 'responsive cropping'. Dynamically crop images to fill available space without cutting out the image's subject. Great for full-screen images.

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

briangonzalez/jquery.adaptive-backgrounds.js · GitHub

by 1 other
A jQuery plugin for extracting the dominant color from images and applying the color to their parent.

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.

Velocity.js

by 3 others
Velocity is a jQuery plugin that re-implements $.animate() to produce significantly greater performance (making Velocity also faster than CSS animation libraries) while including new features to improve animation workflow.

jQuery.tap | jQuery Plugin

Click events on touch devices do not work the best. There is a ~300ms delay from when you release your finger to the time the click event is triggered. This behavior is not desired. :(

TouchCarousel - jQuery Content Scroller and Slider

TouchCarousel is simple and lightweight jQuery content scroller plugin with touch navigation for mobile and desktop. May be used as carousel, banner rotator and image gallery.

Sticky Plugin

by 2 others
Sticky is a jQuery plugin that gives you the ability to make any element on your page always stay visible.

2013

Social Share Privacy

More and more websites use like-buttons from Facebook, Google+ and Twitter. However, these buttons send information to these social networks even if the user doesn't click them, but even if they are just present on a webpage. This way these networks are able to track which websites users are visiting and are able to build fairly complete browser histories of their users. Because this is neither what a user might expect nor what many website operators that embed like-buttons want, this alternative way of using these social services was developed.

jQuery Mapael

by 1 other
jQuery Mapael is a jQuery plugin based on raphael.js that allows you to display dynamic vector maps. For example, with Mapael, you can display a map of the world with clickable countries. You can build simple dataviz by setting some parameters in order to automatically set a color to each area of your map and generate the legend. Moreover, you can plot cities on a map with their latitude and longitude.

JavaScript - jQuery Giga Image Viewer - animated zoom and pan | CodeCanyon

Giga image viewer displays very large images without loading the whole image, giga viewer loads only needed fragment of the big image divided into small pieces (256×256 px).

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

Threesixty-slider by creativeaura

by 2 others
This is a jQuery plugin to create 360 degree product image slider. The plugin is full customizable with number of options provided. The plugin have the power to display images in any angle 360 degrees. This feature can be used successfully in many use cases e.g. on an e-commerce site to help customers look products in detail, from any angle they desire.

slabText – a jQuery plugin for creating big, bold & responsive headlines

by 1 other
slabText – a jQuery plugin for producing big, bold & responsive headlines

2012

jQuery Animations with automatic CSS3 transitions when possible

by 1 other
Extend $.animate() to detect CSS transitions for Webkit, Mozilla and Opera and convert animations automatically.

Photobooth.js

HTML5 Webcam for your website

BookBlock: A Content Flip Plugin | Codrops

A jQuery plugin that will create a booklet-like component that let's you navigate through its items by flipping the pages.

Lazy Load Plugin for jQuery

by 10 others
Lazy Load is a jQuery plugin written in JavaScript. It delays loading of images in long web pages. Images outside of viewport (visible part of web page) wont be loaded before user scrolls to them. This is opposite of image preloading. Using Lazy Load on long web pages containing many large images makes the page load faster. Browser will be in ready state after loading visible images. In some cases it can also help to reduce server load.