jqplot Charts Library

Component type

module

Maintenance status

Development status

Downloads

2366

Component created

Component changed

This module provide library interface for jqPlot javascript library.

jqPlot is a plotting/charting plugin for the jQuery Javascript framework.

This module is created to use with Webform reports module.

Usage
You can add jqPlot plugings as below

drupal_add_library('jqplot', 'jqplot.cursor');

Todo

Responsive Navigation

Component type

module

Maintenance status

Development status

Downloads

10237

Component created

Component changed

"Let thy menu be responsive!"

The Responsive Navigation module integrates the responsive-nav.js plugin into Drupal.

Features

Add a menu block provided by the Responsive Navigation module. Assign a menu in the settings. Configure responsive-nav.js features in the block such as animation speed, label and insertion point.

There's a built-in Drush command that let's you install or uninstall the responsive-nav.js plugin from Github easily with a single command.

Refer to the INSTALL.TXT for installation instructions and usage.

Javascript Templates

Component type

module

Maintenance status

Development status

Downloads

480

Component created

Component changed

Javascript Templates provides a simple workflow to add HTML templates to 1 Javascript file as output. You can add your own templates with a custom hook or alter currently available templates.

The main goal of the module is to use your templates within Javascript (for example in underscore.js templates). This prevents you to have any line of HTML within your Javascript code.

Mustache.js-like templates do NOT have my preference because they create <script></script> tags that are not elegant within your HTML DOM.