jquery

Events happening in the community are now at Drupal community events on www.drupal.org.
ica's picture

jquery-tooltip

I just stumbled upon this jquery tooltip script thought someone might interested

http://codylindley.com/Javascript/264/jtip-a-jquery-tool-tip
demo
http://www.codylindley.com/blogstuff/js/jtip/

Read more
ica's picture

jQuery WYSWYG editor

I am not 'JS or 'Ajax' developer myself but I just spotted the 'JCE Utilities Mambot' jQuery integration of WYSWYG editor. I thought I should post here.

Since Drupal jQuery is in the core Drupal5, to integrate a 'simple' jQuery WYSWYG editor ~alternative to TinyMCE and HTMLarea (which reqires a 3rd party code) would be possible idea i presume.

'JCE Layout Manager'
http://www.cellardoor.za.net/

some screenshots
image browser and attachment
http://www.cellardoor.za.net/images/stories/sort.jpg
http://www.cellardoor.za.net/images/stories/window2.jpg

JCE Joomla Content editor is overkill like the Joomla itself -imo- But I a WYSWYG editor with basic HTML tag marking + image/media/file browser&attachment functionality would greatly help to improve Drupal on that front.

Read more
kkaefer's picture

Fast toggling!

I just implemented the fast toggling thingie. It can be found in the CVS repository.

Locations where this feature can be tested are administer ➔ content management ➔ posts and administer ➔ user management ➔ users. Note that it degrades gracefully with JavaScript disabled.

Read more
kkaefer's picture

How to test the reorderable tree

Updated the docs and the patches and modules to reflect the recent changes in HEAD.

  1. Get a recent HEAD version of Drupal. Install it.
  2. Get a recent version of jQuery. (Don't be afraid of its size. Compressed, it's only 15KB) Put it into the misc/ folder.
  3. Download the files from CVS.
  4. Move the generic.patch to your Drupal root folder and apply it. This patch contains all the split up patches I and others submitted the last couple of weeks. Links to single patches are provided below.
Read more
moshe weitzman's picture

Boston Meetup #3 - Jquery presentation at MIT Media Lab

Start: 
2006-08-23 18:00 - 20:00 America/New_York

The Boston users group is meeting for the third time. We are privileged this time with an outstanding speaker and a world class host location. John Resig will present an overview of his jQuery javascript library. This library is poised for inclusion in Drupal core. jQuery will help us all write cleaner, more powerful javascript which leads to more usable and even AJAXy web pages.

We will be hosted by Leo Burd at the (MIT Media Lab)[http://www.media.mit.edu/]. See the physical address map. Once you get into the building, go down the stairs and then cross the glass doors into the Cube or the LEGO Lab. The Media lab is on the cutting edge of computing, and is well worth a visit. Leo will be showing us around a bit.

Read more
kkaefer's picture

Idea: General structure of the new drupal.js

Some of my ideas for the future drupal.js:

Note: This is demo/fake code, not actual, working code.

var Drupal = {
  jsEnabled: false,
  basePath: 'http://example.com/drupal',
  locales: {},
  settings: {},
  
  addLocales: function(translations) { ... },
  t: function(str, args) { ... },
  watchdog: function(type, message, severity, link) { ... },
  parseJson: function(data) { ... }
};

jQuery.dimensions = function() { ... };
jQuery.absolutePosition = function() { ... };
jQuery.freezeHeight = function() { ... };
jQuery.redirectFormButton = function() { ... };
Read more
Subscribe with RSS Syndicate content