Advertise here

jQuery Plugins Tagged ‘javascript’

Hammer.js – Javascript Library for Multi-Touch Gestures

August 26, 2014     2143     Mobile
Hammer.js – Javascript Library for Multi-Touch Gestures

Hammer.js is a open-source javascript library that can recognize gestures made by touch, mouse and pointerEvents. It doesn't have any dependencies, and it's lightweight.

Read More »

Fokus – Emphasized Text Highlighting Using JavaScript

August 26, 2014     1359     Effects
Fokus – Emphasized Text Highlighting Using JavaScript

Fokus uses JavaScript to emphasize anything you select by covering the rest of the page with semi-transparent black.

The library is lightweight around 3kb and works in most modern browsers except IE and touch devices.

Read More »

Kontext – Context-Shift Transition Inspired by iOS

August 25, 2014     3721     CSS3 & CSS Effects
Kontext – Context-Shift Transition Inspired by iOS

Kontext is a context-shift transition inspired by iOS. It's created using JavaScript, CSS 3D transforms and CSS Animations.

Read More »

Title.js – JavaScript Library for Browser Title Bar Manipulation

August 22, 2014     2351     Others
Title.js – JavaScript Library for Browser Title Bar Manipulation

Title.js is a javascript library for browser title bar manipulation with no dependency. Here are usage examples: Add Prefix, Add Suffix, Change Predefined Title, Marquee Effect, TypeWriter Effect.

Read More »

jQuery Serialize Object

August 20, 2014     2669     JSON Form Elements
jQuery Serialize Object

jQuery Serialize Object converts HTML form into JavaScript object.

Adds the method serializeObject to jQuery, to perform complex form serialization into JavaScript objects.

Read More »

way.js – JavaScript Library for Two-Way DataBinding

August 18, 2014     1466     Others
way.js – JavaScript Library for Two-Way DataBinding

way.js is a simple, lightweight, persistent, framework-agnostic javascript library that allows you to bind DOM elements to an in-memory datastore.

Read More »

heatmap.js – Dynamic Heatmaps for the Web

August 15, 2014     3536     HTML5
heatmap.js – Dynamic Heatmaps for the Web

heatmap.js is a javascript library for HTML5 canvas based heatmaps. It's lightweight and most advanced heatmap visualization library on the web.

Read More »

Creating Line-by-Line File Reader Using HTML5 and JavaScript

August 11, 2014     2413     HTML5 Form Elements
Creating Line-by-Line File Reader Using HTML5 and JavaScript

A tutorial about reading files line by line in browser using the HTML5 FileReader API and javascript.

Read More »

Simplax – Parallax Background Effect in Simple Way

August 10, 2014     3697     Scroll
Simplax – Parallax Background Effect in Simple Way

Simplax is a simple way to create a parallax background effect with few line javascript in your site.

Read More »

mailcheck – Reduce User-Misspelled Email Addresses in Your Forms

August 08, 2014     1222     Form Elements Validation
mailcheck –  Reduce User-Misspelled Email Addresses in Your Forms

mailcheck is a javascript library and jQuery plugin that suggests a right domain when your users misspell it in an email address. 

When your user types in "user@hotnail.con", Mailcheck will suggest "user@hotmail.com".

Read More »

Blast.js – Blast Text Apart in JavaScript

August 08, 2014     4627     Effects Text & String
Blast.js – Blast Text Apart in JavaScript

Blast.js separates text in order to facilitate typographic manipulation. It has four delimiters built in: character, word, sentence, and element. Alternatively, Blast can match custom regular expressions and phrases.
Blast's uses include typographic animation, juxtaposition, styling, search, and analysis.

Read More »

p5.js – Javascript Library for Graphic and Interactive Experiences

August 07, 2014     3823     Chart & Graph Others
p5.js – Javascript Library for Graphic and Interactive Experiences

A JS client-side library for creating graphic and interactive experiences, based on the core principles of Processing

Read More »

baguetteBox.js – Simple and Easy to Use Lightbox Script

August 04, 2014     7576     Gallery Responsive
baguetteBox.js – Simple and Easy to Use Lightbox Script

baguetteBox.js is a simple and easy to use lightbox script in pure JavaScript.

Features

  • Written in pure JavaScript, no dependencies required
  • Multiple galleries support with custom options each
  • Touch-screen devices support with swipe gestures
  • Modern and minimal look
  • Image captions support
  • Responsive images
  • CSS3 transitions
  • SVG buttons, no extra files to download

Read More »

jsPDF – Generate PDF Files in JavaScript

July 21, 2014     11111     Others
jsPDF – Generate PDF Files in JavaScript

jsPDF is a HTML5 client-side solution for generating PDFs. Perfect for event tickets, reports, certificates, you name it.

It will work in IE6+, Firefox 3+, Chrome, Safari 3+, Opera. For IE9 and below.

Read More »

PapaParse – Parse CSV with Javascript

July 18, 2014     2488     JSON Others
PapaParse – Parse CSV with Javascript

Papa Parse is a robust and powerful CSV (character-separated values) parser with these features:

  • Easy to use
  • Parse CSV files directly (local or over the network)
  • Stream large files (even via HTTP)
  • Reverse parsing (converts JSON to CSV)
  • Auto-detects the delimiter
  • Worker threads to keep your web page responsive
  • Header row support
  • Can convert numbers and booleans to their types
  • Graceful and robust error handling

Read More »