minjs is a collection of independent JavaScript components, built on jQuery, that aims to accomplish a specific job with lightweight code.
minjs stays out of your way. It does not dictate how you to design your UI. It tries to make no assumptions about the layout of the HTML or CSS it’s running in.
Currently, there are 3 components: minform, longtable and dtcal.
minform brings cross-browser compatibility to HTML5 form enhancements(for attributes: placeholder
, required
and autofocus
).

longtable is for easily navigating through tables with many rows. It adds a pagination and offers functions to directly viewing any given page.
And, drcal, a simple calendar framework that looks and behaves how you wish. There are several functions for interacting with it.
Requirements: jQuery
Compatibility: All Major Browsers
Website: http://www.minjs.com/