Navigation
HomeSearch
Submit A Resource
Contact Us
About Functionn
Subscription Options
Subscribe By Email (265+)
Lists
Archives
Dec 14, 2012
Maskew - A JavaScript Library For Skewing The Shapes Of Elements
Maskew is a JavaScript library for skewing the shapes of elements. It weighs in at less than 5KB, has no dependencies whatsoever and is mobile friendly.
There is also a jQuery version which you can use if you already are using jQuery as your JavaScript library. Maskew has a very simple API and is easy to use. Check out the demos.
Requirements: None
Demo: http://oxism.com/maskew/
License: MIT License
Sep 23, 2012
Lenticular.js – A jQuery Plugin For Spectacular Tilt-Controlled Images
Lenticular.js is a jQuery plugin for spectacular tilt-controlled images. Remember those cards from the bottom of the Cracker Jack box – the ones that changed images as they were tilted? Well, lenticular.js brings that interaction to the iPhone. It can be used for fancy-pants product views or just to slather some whimsy onto a boring.jpg.
Lenticular.js has been tested on solely on the iPhone. Extended support is in the works.
Requirements: None
Demo: http://lenticular.attasi.com/
License: MIT License
Sep 3, 2012
Avgrund - A jQuery Plugin For Modal Boxes & Popups Using CSS Transitions
Avgrund is a jQuery plugin for modal boxes and popups. It uses interesting concept showing depth between popup and page. It works in all modern browsers and gracefully degrade in those that do not support CSS transitions and transformations (e.g. in IE 6-9 has standard behavior).
Tested with jQuery 1.4+, file size is under 2KB, MIT Licensed.
Requirements: jQuery
Demo: http://labs.voronianski.com/jquery.avgrund.js/
License: MIT License
Aug 6, 2012
Typist - A jQuery Plugin To Add Animated Typing Text To Any Block Element

Requirements: jQuery
Demo: http://chartulo.us/
License: MIT License
Piecon - A Tiny JavaScript Library For Dynamically Generating Pie Charts In Your Favicons
Browser Support
Piecon has been tested to work completely in the following browsers (older versions may be supported, but haven't been tested):- Chrome 15+
- Firefox 9+
- Opera 11+
Currently the library falls back to title updates for the following browsers:
- Internet Explorer 9
- Safari 5

Requirements: None
Demo: http://lipka.github.com/piecon/
License: MIT License
Jul 31, 2012
Gridster - A jQuery Plugin That Allows Building Intuitive Draggable Layouts From Elements Spanning Multiple Columns

Requirements: jQuery
Demo: http://gridster.net
License: MIT License
Flex - A Fluid Asymmetrical Animated Grid Plugin For jQuery

Requirements: jQuery
Demo: http://jsonenglish.com/projects/flex/
License: MIT License
Jul 19, 2012
jQuery.Spritely - Create Dynamic Character & Background Animation In HTML & JavaScript
Features
- It works well on iPhone/iPod Touch/iPad - check out this page on an iPhone. (Please note that there is a problem with the current version of Mobile Safari on the iPad - see the documentation page for more information.)
- It has been tested successfully on all the major browsers - even Internet Explorer 6
- It's a great alternative to Flash if your desired platform does not support it.
- It's light-weight so you can do fill the whole window with movement without draining bandwidth.
- Animated objects can also fly above the text of a web page, or you could animate a background, without affecting other elements on the page.
- You should be able to make fully accessible web pages in pure html and JavaScript without any problem
Browser Support
- Internet Explorer 6 +
- Firefox
- Safari
- Chrome
- Opera
Mobile Support
- Android
- iPhone
- iPad
- iPod Touch

Requirements: jQuery
Demo: http://spritely.net/
License: MIT License or GPL
Jul 18, 2012
Approach - A jQuery Plugin That Allows You To Animate CSS Properties Based On Distance To An Object

Requirements: jQuery
Demo: http://srobbin.com/jquery-plugins/approach/
License: MIT License or GPL
Jun 18, 2012
jQuery Text Highlighter - A jQuery Plugin For Highlighting Text Fragments In HTML Documents
Features
- Highlighting text that spanning multiple tags.
- Removing highlights.
- Setting highlight color and custom text wrapper.
- Callbacks for highlighting and removing highlights.
Compability
Demo: http://mir3z.github.com/jquery...demo-page.html
License: MIT License
Jun 14, 2012
jQuery Annotator - A Web Annotation System Which Provides The User With Tools To Annotate Text
- serialization: the Store plugin saves all your annotations to a REST API backend (see Storage wiki page for more and a link to a reference implementation)
- authentication and authorization: the Auth and Permissions plugins allow you to decouple the storage of your annotations from the website on which the annotation happens. In practice, this means that users could edit pages across the web, with all their annotations being saved to one server.
- prettification: the Markdown plugin renders all annotation text as Markdown
- tagging: the Tags plugin allows you to tag individual annotations

Requirements: jQuery
Demo: http://okfn.github.com/annotator/demo/
License: MIT License or GPL
Jun 13, 2012
Timeout-Dialog.js - A jQuery Plugin That Displays A Timeout Popover

Requirements: jQuery
Demo: http://rigoneri.github.com/timeout-dialog.js/
License: MIT License
Jun 7, 2012
Percentage Loader - A Tiny jQuery Plugin For Displaying Progress In A Visual And Engaging Way
It makes use of HTML5 canvas for a rich graphical appearance with only a 10KB (minified) JavaScript file necessary (suggested web font optional), using vectors rather than images so can be easily deployed at various sizes.

Requirements: jQuery
Demo: http://widgets.better2web.com/loader/
License: BSD License
Jun 6, 2012
PageGuide.js - An Interactive Guide For Web Page Elements Using jQuery And CSS3
PageGuide.js has built-in interaction tracking hooks. This enables you to track usage of PageGuide.js via your preferred analytics tool.
Instructions To Setup PageGuide.js
Step 1 - Add pageguide.js
Add the following snippet of code to the bottom of your HTML document, right before your closing </body> tag. PageGuide.js provides both the standard JS as well as a minified version.
Step 2 - Add pageguide.css
Add the following snippet of code to the header of your HTML document. PageGuide.js provides an uncompressed CSS file as well as a minified version. Alternatively, PageGuide.js provides a LESS CSS file as well.
Step 3 - Add setup code
Add the following block of JavaScript to your HTML document:
Step 4 - Choose the elements that you want included in the page guide.
PageGuide.js matches the first occurrence of the selector you specify in the <ul> you put on your pages in the next step.Step 5 - Add the pageguide.js <ul> near the bottom of your pages.

Requirements: jQuery
Demo: http://tracelytics.github.com/pageguide/
License: MIT License
Jun 4, 2012
jQuery.Screen - A jQuery Plugin For Managing Web Layers
Features
- Expands layers to full-screen and hides the scrollbar.
- You can jump between any two slides using a transition.
- Each layer can has its own event space, there are also global listeners for mousewheel, arrow keys and touch events.
- Nice transitions are included.
- It plays well with the iPhone (try to slide to the left).
- Nothing else, just keeping it simple.

Requirements: jQuery
Demo: http://xiam.menteslibres.org/p/jquery-screen/
License: MIT License
May 31, 2012
Timing — A jQuery Plugin For Easy-To-Use Methods To Define Timeouts And Intervals
It supplements the existing functionality from the jQuery effects queue (fxq) by introducing a new timed invocation chain technique (tic).
The tic-method .join([queueName]) allows a timed invocation chain to wait until all the animations and effects currently being queued in an Effect Queue finishes.
The above code allows blinking by repeated toggling of CSS class every 300 milliseconds. The repeat method is what the jQuery Timing plugin makes available to the programmer. Among the various other methods are:
- .join()
- .repeat()
- $.repeat()
- .then()
- $.then()
- .unrepeat()
- $.unrepeat()
- .until()
- .unwait()
- $.unwait()
- .wait()
- $.wait()

Requirements: jQuery
Demo: http://creativecouple.github.com/j...ing/basics.html
License: MIT License
May 26, 2012
Quake Slider - a jQuery Image/Content Slider Plugin
With Quake image slider you can combine images with short summary/caption that helps you optimize contents for search engines and make SEO easy for you. You can also link your images to open detail for particular slide/image. With Quake Image Slider you have complete control over not just the orientation of each caption also you can control animation for each caption and provide different animation for each of the slide using callbacks.

Requirements: jQuery
Demo: http://www.egrappler.com/jquery...der/index.htm
License: MIT License
Tablesort.js - A Small & Simple JavaScript Library For Sorting Tables
Features:
- Sort strings
- Sort numbers
- Sort currency

Requirements: None
Demo: http://tristen.ca/tablesort/demo/
License: Free
May 25, 2012
jQuery Dice A jQuery Plugin To Display A Dice, Click On It And Retrieve A Random Number (Between 1 & 6)

Requirements: jQuery
Demo: http://efrane.github.com/jquery-dice/
License: BSD Licensed
jQuery.textntags - A jQuery UI Plugin Component To "@tag" Someone In A Text Message
When tags are being added to the input, a marked-up version of the value is generated, to allow the tags to be extracted, parsed and stored later.

Requirements: jQuery
Demo: http://daniel-zahariev.github.com/jquery-textntags/#examples
License: MIT License
Trending Posts
Popular Posts
- 20 Fresh, High-Quality Free WordPress Themes 2012
- 50 Fresh, High-Quality Free WordPress Themes 2012 - Edition #2
- The Most Comprehensive Index Of Free Icon Fonts/Iconic Web Fonts
- Timeline - A JavaScript Library For Beautifully Crafted Timelines That Are Easy, And Intuitive To Use
- BLUR.JS - A JQUERY PLUGIN PRODUCING PSUEDO-TRANSPARENT BLURRED ELEMENTS
- Selene - A Stunning & Sleek jQuery UI Theme
- jQuery UI Bootstrap Theme - Bootstrap v2.X's Theme For jQuery UI
Recent Posts
Popular Categories
- JavaScript (535)
- JQuery (275)
- Libraries (132)
- CSS (115)
- frameworks (113)
- Tools (112)
- html (86)
- Github (79)
- html5 (71)
- Node.js (58)
- mobile (52)
- Responsive (49)
- CSS3 (47)
- page effects (45)
- Web Design (41)
- Bootstrap (35)
- twitter (31)
- image effets (22)
- MVC (18)
- generators (18)
- CoffeeScript (16)
- graphics (10)
Popular Components
- icons (42)
- Graphs (22)
- popups (19)
- notifications (17)
- web fonts (17)
- visualizations (14)
- sliders (11)
- polyfills (10)
- localstorage (8)
- social media buttons (8)
Popular Licenses
- MIT License (493)
- free (144)
- GPL (64)
- Apache License v2.0 (48)
- CC Attribution 3.0 License (46)
- GPLv2 (20)
- GPLv3 (11)
- Custom License (7)



