A carousel library made With Associates, focusing on performance, simplicity and touch.
3D FlipBook – Responsive jQuery Plugin
Responsive design – book resizes so it fits screen width or screen height depending on the layout, thumbnails are placed horizontally or vertically depending on the layout.
Features:
- optimized for mobile – look and feel of a native app on mobile with touch swipe, pinch zoom etc
- easy to use and customize – create book and change book settings in the xml. Change style in the css
- no Flash Player needed – works everywhere
- choose between 2 types of flip animation – 2d or 3d flip animation customizable animation speed and transition type
- show all pages – vertical or horizontal thumbnails depending on the layout, with scrollbar, optimized for mobile devices
- advanced zooming support with mouse wheel zoom on desktop, pinch zoom on mobile, scrollbars when zoomed, touch swipe, click and drag
- real fullscreen support – if fullscreen is not supported by the browser, the icon will not be shown in the menu, if fullscreen is supported it will expand the book in real full screen mode, not browser full screen
- 2 sets of iocns included – light and dark
Toolbar.js : jQuery plugin that creates tooltip style toolbars
Toolbar allows you to quickly create tooltip style toolbars for use in web applications and websites. The toolbar is easily customisable using the twitter bootstrap icons and provides flexability around the toolbars display and number of icons.
Features:
- Straightforward implementation with simple options
- Can run as many toolbars as required
- Toolbars can be attached to any element required
- Toobar icons are easily customised through the popular twitter bootstrap framework
- Toolbars are responsive and follow the element on resize
GFX : 3D CSS3 animation library with jQuery
GFX is an 3D CSS3 animation library that extends jQuery with some useful functionality for programmatically creating CSS3 transitions. CSS3 transitions are superior to manual ones (using setTimeout) since they’re hardware accelerated, something particularly noticeable on mobile devices.
GFX currently only supports WebKit browsers (Safari/Chrome). Firefox support is planned.
RoughDraft.js : jQuery Auto-generates content based on data attributes in HTML
Quickly create an interactive HTML mock-up by auto sourcing lorem ipsum/images generators, with minimal html markup, and no server side code.
Auto-generates content based on data attributes in HTML.
- data-draft-repeat
- data-draft-text
- data-draft-image
- data-draft-date
Allows developers to quickly mockup a design using minimal HTML markup + JS, without server side scripting, and without having to navigate to image/text lorem ipsum generators.
jQuery Modification Highlighter Widget
jQuery widget that you can use to keep track of input-able values within a container and highlight those columns that have been modified. Allows modified columns to be reset to their original values.
The jQuery Modification Highlighter widget can be applied on an HTML container (such as a DIV tag). It assigns a “change” event to each inputable element, such as an input
or textarea
element, and keeps track of the columns original value and whether or not column has been modified. If the column has been modified, the column and optionally any associated label is highlighted. If the column is changed back to its original value, the highlight is removed. The widget also contains methods which allow your application to reset columns back to their original value as well as apply pending changes as the new original values (as would be needed on a form save).