I've written a new Greasemonkey Script to make the page titles in Active Collab much more descriptive.
Many components in Drupal have an optional title or description field. This text usually displays when a user hovers over an item. We had an interesting request: a client wanted to have a box that displayed text which would change every time you roll over a menu item. This can be accomplished using just a small amount of jQuery, and Drupal's built-in menu handling. The menu system in Drupal can handle descriptions on each menu item, however you have to do this through the menu admin. The problem is that the client needed to be able to edit these descriptions at will.
This is a basic template for calling jQuery in a page. Again, it's basic!
Please let me know if jQuery is updated!
On occasion you may have a client request that all links that point to other sites should open in a new window. This jQuery snippet lets you achieve this will very little effort. Note that this will work with HTTP and HTTPS.