Categories
jQuery

Uploadify – jQuery file upload plugin

Uploadify, a jQuery plugin, allows you to upload multiple files at a time. HTML5 and Flash both both versions are available for implementation on your website. Some features include: Multiple file uploads at a time – main benefit of this plugin is its ability to allow multiple file uploads. Drag and drop facility – it […]

Categories
jQuery

jQuery Cookie (Set, Get and Delete)

Cookies are the most important thing or technology for storing data on the client side environment. jQuery Cookie is a simple, lightweight plugin for writing, reading and deleting cookies from client side. At first you need to download jquery.cookie plugin and simply need to add it in your pages. <head> <script src=”js/jquery.js”></script> <script src=”js/jquery.cookie.js”></script> </head> […]

Categories
jQuery

jQuery fullscreen gallery with flip thumbnail

Using jQuery fullscreen gallery you can show full screen image with thumbnail view and flips when navigating through the next images. You can control the navigation with mouse wheel or keys and the big image will slide up or down. You can also zoom the thumbnail and resized image can be fit into the page. […]

Categories
jQuery

idTabs – jQuery Plugin

idTabs is a jQuery plugin which adds multiple tabs into a website in a simple and easy way. It has endless possiblities. Using idTabs is very easy. Just download the library and copy and paste the following code into the <head> <script type=”text/javascript” src=”jquery.idTabs.min.js”></script> Now use the following scripts: <ul class=”idTabs”> <li><a href=”#tab-1″>Tab 1</a></li> <li><a […]

Categories
jQuery

imgAreaSelect – image crop jQuery plugin

This is plugin for jQuery to select and image crop rectangular wise of an image as well as other user interface features such as photo notes (like those on Flickr). Features: – This is very Lightweight and highly configurable – Can customizable with CSS – Handles scaled images – Support keyboard for moving and resizing […]

Categories
jQuery

jQuery Face Detection Plugin

jQuery Face Detection Plugin – This is a jQuery plugin to detect faces over images, videos and canvases. Include jQuery library and the plugin. <script type=”text/javascript” src=”http://code.jquery.com/jquery-1.11.1.min.js”></script> <script type=”text/javascript” src=”path/to/dist/jquery.facedetection.min.js”></script> Now set a photo with some faces in your HTML page. <img id=”image” src=”img/myface.jpg”> Apply the plugin to this photo and get the face coordinates. […]

Categories
jQuery

jQuery Tiny Carousel

Based on javascript jQuery library, Tiny Carousel is a lightweight carousel to slide html based content. It gives web designers a powerful way by utilizing the dynamic lightweight to enhance user interface. Features of Tiny Carousel: Slide vertical or horizontal. Support for AMD, Node, requirejs and commonjs. Supports navigation by button or paging. Very Lightweight. […]

Categories
jQuery

xBreadcrumbs (Extended Breadcrumbs) jQuery Plugins

xBreadcrumbs (Extended Breadcrumbs) is a jQuery plug-in to categorize breadcrumbs for your site. For a deep structured website you can navigate from one section to another using xBreadcrumbs. This is optimized for search engines. xBreadcrumbs Features: 1) Very light-weight script (~3Kb) 2) Easy to integrate on website 3) Fully customizable via CSS 4) Works with […]

Categories
jQuery

PDFObject : PDF Embedding

It is a JavaScript library which embed PDF document into HTML webpages dynamically. It uses JavaScript to generate and push <object> element into your HTML webpage.

Categories
jQuery

jsPDF : client-side javaScript PDF generation

It is an open-source HTML5 client-side solution for generating PDF documents using JavaScript. Browser compatibility: IE6+*, Firefox 3+, Chrome, Safari 3+, Opera. source: http://jspdf.com/ DOWNLOAD