Image-a-trois

Component type

module

Maintenance status

Development status

Downloads

425

Component created

Component changed

Integrates the Image-a-trois jQuery library with Drupal. The Image-a-trois library allows you to render scale images of designs inline with content to aid in pixel-perfect theme development.

Image-a-trois library can be found at http://image-a-trois.godeldesign.com.au/

The library git reposity is hosted on github
at https://github.com/thedavidmeister/jquery.ia3

Cookiebar

Component type

module

Maintenance status

Development status

Downloads

519

Component created

Component changed

Cookie control

A simple cookie control module. Gives you the option to prevent specific javascript from loading at hook_js_alter. All used messages are configurable and translatable.

Other modules can access the visitors preference by a using the function cookiebar_get_status().

Visitor preference

The users preference is stored at his computer, using a cookie, for at most 5 years.

Fine Uploader

Component type

module

Maintenance status

Development status

Downloads

1187

Component created

Component changed

*note: Based in image fupload.

Fine Uploader

Allow you upload mass files at once. Integration with the library fine uploader Browser support (as say the developer) IE7+, Firefox, Safari (OS X), Chrome. It does not use Flash, jQuery or any external libraries (we need only the fine uploader library).

Collapsible comment threads

Component type

module

Maintenance status

Development status

Downloads

2938

Component created

Component changed

Collapsible comments allows the collapsing and expanding of commemnt threads through the use of jQuery. It helps improve usability and readability of the comment threads by removing the visual noise of deep threaded conversations.

Javascript Drupal Extension

Component type

module

Maintenance status

Development status

Downloads

1013

Component created

Component changed

Javascript Drupal Extension extends the Drupal JavaScript object by exposing Drupal/PHP functions via AJAX-calls.

Ever needed to call a Drupal function from JavaScript that isn't already available in the Drupal JavaScript object? Javascript Drupal Extension fixes that by extending the Drupal object to expose PHP functions via AJAX-calls.

By default this module includes drupal_get_path() as it was the reason I made the module in the first place. I needed to get the path of a module that was installed, and thus Javascript Drupal Extension was born.

jQuery Placeholder

Component type

module

Maintenance status

Development status

Downloads

3857

Component created

Component changed

Now you can use the lovely HTML5 'placeholder' attribute and have it work 'everywhere'. This module integrates the HTML5 Placeholder jQuery Plugin found here:

https://github.com/mathiasbynens/jquery-placeholder

with Drupal. This is a javascript-only method of making the HTML5 placeholder attribute work in old browsers which don't support it.