mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-24 04:08:01 -08:00
Merge pull request #190 from nodiscc/master
add Audio/Video tools in new section, sliders, list.js and slider libs
This commit is contained in:
19
README.md
19
README.md
@@ -536,7 +536,10 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection
|
||||
* [reveal.js](https://github.com/hakimel/reveal.js) - A framework for easily creating beautiful presentations using HTML.
|
||||
* [PhotoSwipe](https://github.com/dimsemenov/PhotoSwipe) - JavaScript image gallery for mobile and desktop, modular, framework independent.
|
||||
* [jcSlider](https://github.com/JoanClaret/jcSlider) - A responsive slider jQuery plugin with CSS animations.
|
||||
|
||||
* [basic-jquery-slider](https://github.com/jcobb/basic-jquery-slider) - Simple to use, simple to theme, simple to customise.
|
||||
* [unslider](https://github.com/idiot/unslider) - The simplest jQuery slider there is.
|
||||
* [jQuery.adaptive-slider](https://github.com/creative-punch/jQuery.adaptive-slider/) - A jQuery plugin for a slider with adaptive colored figcaption and navigation.
|
||||
* [slidr](https://github.com/bchanx/slidr) - add some slide effects.
|
||||
|
||||
## Range Sliders
|
||||
|
||||
@@ -566,6 +569,8 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection
|
||||
* [Pikaday](https://github.com/dbushell/Pikaday) - A refreshing JavaScript Datepicker — lightweight, no dependencies, modular CSS.
|
||||
* [fullcalendar](https://github.com/arshaw/fullcalendar) - Full-sized drag & drop event calendar (jQuery plugin).
|
||||
* [rome](https://github.com/bevacqua/rome) - A customizable date (and time) picker. Dependency free, opt-in UI.
|
||||
* [datedropper](https://github.com/felicegattuso/datedropper) - datedropper is a jQuery plugin that provides a quick and easy way to manage dates for input fields.
|
||||
|
||||
|
||||
### Select
|
||||
|
||||
@@ -589,6 +594,8 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection
|
||||
* [Countable](https://github.com/RadLikeWhoa/Countable) - A JavaScript function to add live paragraph-, word- and character-counting to an HTML element.
|
||||
* [card](https://github.com/jessepollak/card) - Make your credit card form better in one line of code.
|
||||
* [stretchy](https://github.com/LeaVerou/stretchy) - Form element autosizing, the way it should be.
|
||||
* [list.js](https://github.com/javve/list.js) - Adds search, sort, filters and flexibility to tables, lists and various HTML elements. Built to be invisible and work on existing HTML.
|
||||
http://www.listjs.com
|
||||
|
||||
|
||||
## Tips
|
||||
@@ -666,6 +673,16 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection
|
||||
* [mapbox.js](https://github.com/mapbox/mapbox.js) - Mapbox JavaScript API, a Leaflet Plugin.
|
||||
* [jqvmap](https://github.com/manifestinteractive/jqvmap) - jQuery Vector Map Library.
|
||||
|
||||
## Video/Audio
|
||||
* [prettyembed.js](https://github.com/mike-zarandona/prettyembed.js) - Prettier embeds for your YouTubes - with nice options like high-res preview images, advanced customization of embed options, and optional FitVids support.
|
||||
* [html5media](https://github.com/etianen/html5media) - Enables <video> and <audio> tags in all major browsers. <http://html5media.info/>
|
||||
* [Play-em JS](https://github.com/adrienjoly/playemjs) - Play'em is a javascript component that manages a music/video track queue and plays a sequence of songs by embedding several players in a HTML DIV including Youtube, Soundcloud and Vimeo.
|
||||
* [polyplayer](https://github.com/Acconut/polyplayer) - Rule YouTube, Soundcloud and Vimeo player with one API
|
||||
* [flowplayer](https://github.com/flowplayer/flowplayer) - The HTML5 video player for the web
|
||||
<http://flowplayer.org/>
|
||||
* [mediaelement](https://github.com/johndyer/mediaelement) - HTML5 <audio> or <video> player with Flash and Silverlight shims that mimics the HTML5 MediaElement API, enabling a consistent UI in all browsers. <http://mediaelementjs.com/>
|
||||
|
||||
|
||||
|
||||
## Animations
|
||||
|
||||
|
||||
Reference in New Issue
Block a user