The HTML Table Export plugin works by letting developers add a button next to the table, which when pressed shows a dropdown panel with multiple "export to" options.Choosing one of the existing options allows jQuery to take the table's content and then...

The HTML Table Pagination plugin will add four types of buttons next to a table. These are "First", "Previous", "Next", and "Last", the classic pagination controls.An alternative pagination system using numbers is also supported.Along with the buttons,...

BrickWork

BrickWork 1.0.0

BrickWork is an evolution of the Freewall jQuery plugin, working in the same way, but with a few extra features. The plugin gives developers even more control over they layouts, helping them build pages that show a collection of elements that get...

The PayPal Payment Buttons library allows developers to add "Buy Now", "Donate", "Subscribe", "Add to Cart" and "QR Code Buy Now" PayPal buttons on their page.These buttons are true payment buttons, and not just shelled CSS frames, redirecting users...

Responsive Toggle is a UI widget that allows a box or section to be closed or opened when clicking on it.It's basically a classic toggle button that can reveal and then hide content. The difference is that Responsive Toggle, as its name hints, allows...

Edge Alerts allows developers to use their very own CSS to style the alert window, improving the way it looks and avoiding its ugly default graphics from standing out from the rest of the site's user interface.A default CSS style is included by default...

Responsive Accordion works like any other accordion panel, the only difference from similar plugins being its fluid layout that allows it to adapt to the user's viewport size.This means you can deploy it with mobile-friendly projects without having to...

The Bootstrap Help Guide component is actually made of two parts: - VTour - VGuide The VTour component is for creating virtual step-by-step tours, showing one popup after another, guiding the user one step at a time through a series of operations. ...

jQuery.stickFooter is not a tool for creating "fixed footers" that stay visible at any time, but footer elements that automatically stick to the bottom of any page or container, without the aid of any type of CSS hack.These types of footers are easy...

css-toggle reproduces the famous UI toggle button pattern via CSS 3 transitions only.Since there can be only one opened state at a time, putting more than one toggle element near each other will produce a nifty looking accordion widget. All produced with...