jQuery
Creating a Drupal fisheye menu block
Submitted by matt on Sat, 08/15/2009 - 09:38This module is meant to give the ability create a mac style fisheye menu using interface see the sample demo
It uses the interface jQuery library you can see a demo of that here. While this could also be done through the template I wanted a module to allow for admin settings with future better image choices for links and the ability to drop into a site with little work.
Using jQuery to alter the search form
Submitted by matt on Thu, 07/30/2009 - 21:34I had someone today request that the search form on their site contain the word search and for that word to disappear once the user clicked on it (onfocus). I have set this sites search to do that for now.
On prior plain or other non Drupal sites I'd usually just set the value in the field and add an onfocus to clear it. Not wanting to hook the search form a quick jQuery addition to the template not only worked but didn't have the issues of browsers with out javascript enabled.
