jQuery Countdown Timer

Component type

module

Maintenance status

Development status

Downloads

22656

Component created

Component changed

This is a lightweight module that provides a block with a jQuery countdown timer. This module uses only jQuery and css and does not use any images.

Installation

1. Unzip the files to the "sites/all/modules" directory and enable the module.

2. Go to the admin/structure/block page to enable and configure the jQuery
Countdown Timer block.

Credit

Current maintainers:
marcin-pajdzik
mimran

Responsive Web Design Images

Component type

module

Maintenance status

Development status

Downloads

712

Component created

Component changed

An easy to use simple helper module for making your images responsive.

Features:

  1. Loads the correct image size depending on the set image breakpoints, this means that you have to set image styles for these breakpoints.
  2. Only loads when it shows on the browser window
  3. Responsive images do not directly depend on the window's width but on the image container which can have % width of the window.

Available Settings:

Field Resource

Component type

module

Maintenance status

Development status

Downloads

1144

Component created

Component changed

Summary

Use this module if you need to cherrypick on an entity type or individual entity level what fields should be output in what order in a Drupal service call. The Field Resource module uses tokens and the content edit interface so you don't need to be a developer to fine tune the content returned in a service call.

Node Lazyloader

Component type

module

Maintenance status

Development status

Downloads

1380

Component created

Component changed

This is a small helper module which will automatically lazyload all nodes for sites with multiple nodes on a page, which will make the site load faster.

All nodes will only load when it's visible to the browser window. Similar to Block Lazyloader but this time it's the node content.

Prism

Component type

module

Maintenance status

Development status

Downloads

1963

Component created

Component changed

Prism is a new lightweight, extensible syntax highlighter, built with modern web standards in mind. It’s a spin-off from Dabblet and is tested there daily by thousands.

This module will provide proper integration with the 3rd-party library, a simple API for developers, an input filter, and expose all options of this library via standard Drupal settings forms.

Dismiss

Component type

module

Maintenance status

Development status

Downloads

15801

Component created

Component changed

Adds a jQuery-powered "dismiss" button to all Drupal messages so they can be closed without refreshing or opening browser devtools. There's also a config option to auto-hide status messages (warnings/errors will not disappear). We will hesitantly accept new features, but overall aim to keep the module very lean.

If you want more advanced functionality check this comparison chart for other messaging modules.

Responsive Background Images

Component type

module

Maintenance status

Development status

Downloads

6290

Component created

Component changed

Responsive Background Images is an easy to use, simple helper module for making your background images responsive. It can be used with either static or slideshow background types, and will always fill the full window space with your image(s). The slideshow background effect is automatic with this module if you enable more than one image.

Explorer

Component type

module

Maintenance status

Development status

Component created

Component changed

The explorer project - being a Drupal 7 successor of the Nodereference Explorer module - aims at providing a universal entity selection utility, for nodes, users, taxonomy terms etc. The ambitions are high as it's supposed to be highly customizable and scale to a large number of entities. Here, I try to sketch the core features:

Ajaxify Drupal with JQuery Ajax

Component type

module

Maintenance status

Development status

Downloads

25991

Component created

Component changed

Ajax links API module help you to load any content to a specified DIV or ajaxify whole drupal site, using JQuery Ajax. This module will also load JS for Ajax-loaded content by using Drupal.attachBehaviors(). In case you dont want to load js or css, you can alter tpl for path/node type.

Links will work as normal if Javacript is disabled so no effect on web crawlers used by search engines.In HTML5 browsers, title bar and url will change using history.pushState(). Also, it will update active class on links.