-
Notifications
You must be signed in to change notification settings - Fork 1
JS libs
-
php.js : Port useful php functions in javascript
http://phpjs.org/
http://babeljs.io/ / Allow to use cutting edge js feature by compiling / decompiling code
- infinity Airbnb version of the infinite loader https://github.com/airbnb/infinity
-
jquery-mousewheel : A jQuery plugin that adds cross-browser mouse wheel support.
https://github.com/brandonaaron/jquery-mousewheel -
jquery-resize : Add a div dimension resize event (not in the standard jquery) https://github.com/cowboy/jquery-resize
-
Fluid video
-
http://fitvidsjs.com/ A lightweight, easy-to-use jQuery plugin for fluid width video embeds
-
http://toddmotto.com/fluid-and-responsive-youtube-and-vimeo-videos-with-fluidvids-js and a custom alternative
-
jquery-bbq.js : Libraries of function to handle url and record navigation state even with ajax generated content
http://benalman.com/code/projects/jquery-bbq -
swf address : Deep linking in ajax and in flash apps
http://www.asual.com/swfaddress -
select2 : Autocompletion
https://github.com/ivaynberg/select2
And it's angular wrapper
https://github.com/angular-ui/ui-select2
- moment.js : Date formating
moment('Thu Jul 24 2014 10:43:30 GMT+0200 (CEST)').format('YYYY-MM-DD');
"2014-07-24"
- moment range Moment pluging to handle date range https://github.com/gf3/moment-range Allow for example to calculate if 2 range interesct....
- lodash-deep Deep checking and accessing object properties https://github.com/marklagendijk/lodash-deep
- lodash Utilies library for js http://lodash.com/
Make crossbrowser scroll similar to OSX Lion...
Make a simple div a scrollable area with a slim scroll bar
- spin.js Configurable spinner / http://fgnass.github.io/spin.js/
- colorbox Popup / Modal http://www.jacklmoore.com/colorbox
- FUEL UX More twitter boostrap components / https://github.com/ExactTarget/fuelux
- http://www.bootstrap-switch.org/ Transform checkbox and radio button to switch
- https://github.com/webpack/webpack
- require.js...