/[drupal]/contributions/modules/taxonomy_explorer/taxonomy_explorer.js
ViewVC logotype

Contents of /contributions/modules/taxonomy_explorer/taxonomy_explorer.js

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Tue Oct 24 20:36:12 2006 UTC (3 years, 1 month ago) by arto
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/javascript
Imported initial version of taxonomy explorer module.
1 // $Id$
2
3 $(document).ready(function() {
4 $('div.explorer-folder').each(function() {
5 $(this).children('span.*').click(function() {
6 $(this.parentNode).toggleClass('expanded').children('div').toggle();
7 });
8 });
9 });

  ViewVC Help
Powered by ViewVC 1.1.2