Skip to content
This repository has been archived by the owner on Feb 28, 2018. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 1.04 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.04 KB

jquery.gridview

A plugin for the jQuery javascript library that provides an easy and very flexible way to present data on a webpage.

About

Provide a completely different way of navigating through several menu options or pages - at least, that's one possible usage. Be creative, think of a good place to use this plugin :)

By default, this plugin shows data in the form of div elements in a parent div as a grid of the children in their parent. This grid can be zoomed with the mousewheel (see the credits) and, if the draggable plugin from jQueryUI is installed, dragged with the mouse. Everything, however, can be customized easily with the options, that are documented on [denvelop].

Credits

The plugin is created from scratch by me, @Caster, using the following:

  • jQuery (link)
  • jQueryUI (link)
  • MouseWheel plugin by Brandon Aaron (link)