jquery.semi-responsive allows developers to support responsive layouts in two ways: automatically or manually.When configured to work automatically, the page's CSS will be changed dynamically based on the user's viewport, a well-known way of supporting...

read more
jQuery Boilerplate

jQuery Boilerplate 4.1.0 updated

jQuery Boilerplate was started by Zone Rocha and expanded with the help of Addy Osmani, two well-known names in the world of JavaScript development. This tool provides a base for jQuery plugin developers, a standards-compliant template on which to add...

The jQuery Face Detection Plugin works by scanning an image or a video's frames and using a special pattern recognition system detects any human faces inside it.Once the faces detected, it provides their coordinates to the developer, which in turn can use...

read more
jQuery Markup

jQuery Markup 1.0.35 updated

jQuery Markup can request and load certain files using a template output. It will load the desired file, compile it's code and inject it in the current page's DOM at desired positions. Check out the included demo for sample usage scenarios.What...

jQuery.localizationTool.js (or just Localization Tool) allows for a client-side l10n system to be setup, system working with translated language strings stored inside JavaScript variables. The plugin is also smart enough to tell when LTR and RTL languages...

read more
jQuery Calx

jQuery Calx 2.2.5 updated

Calculation forms are Web forms that change the content of a one or more fields based on previous user inputs and mathematical formulas. The Calx plugin can be used to create discount forms, mortgage calculators, equation solvers, work-rate calculators,...

DataTables

DataTables 1.11.3 updated

The plugin is perfect for presenting data grids, data sets and presenting large organized sets of data on a web page.What is new in this release:New API Camel case notation New stylesheet Built-in pagination improvements HTML 5 data-* attribute...

dna.js

dna.js 0.4.4 updated

dna.js works just like any template engine around. It uses a special syntax to store layout information. Using a given layout, dna.js replaces the special tags with actual content retrieved from a preset location (JSON files in this case).What is new in...

The jQuery error capturing plugin is a must have for all developers running a live website, small or big.It uses a PHP script that reads the captured errors and sends an email with all the details to a specified address.With some few tweaks, the PHP...

read more
jQuery UI

jQuery UI 1.12.1 updated

jQuery UI is a frontend UI framework that exists before frontend UI frameworks were cool. This library revolutionized how Web-based frontends where built and has been an inspiration or has stood at the center of many CSS and UI frameworks since its...