/[drupal]/contributions/modules/hosting/hosting_help.js
ViewVC logotype

Contents of /contributions/modules/hosting/hosting_help.js

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


Revision 1.1 - (show annotations) (download) (as text)
Tue Dec 30 19:06:14 2008 UTC (10 months, 3 weeks ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-6--0-3, DRUPAL-5--0-2-RC1, DRUPAL-5--0-2-ALPHA1, DRUPAL-5--0-2, DRUPAL-5--0-1, DRUPAL-5--0-1-RC1, DRUPAL-5--0-2-BETA1, DRUPAL-6--0-4-ALPHA1, DRUPAL-6--0-2-BETA1, DRUPAL-6--0-4-ALPHA3, DRUPAL-6--0-4-ALPHA2, DRUPAL-6--0-3-RC4, DRUPAL-6--0-3-RC2, DRUPAL-6--0-3-RC3, DRUPAL-6--0-3-RC1, HEAD
Branch point for: DRUPAL-5
File MIME type: text/javascript
Add the hosting_help js and css files.
1 Drupal.hostingHelpAttach = function() {
2 $('.hosting-help-toggle').click(
3 function() {
4 $('.hosting-help', $(this).parent()).toggle('slow')
5 }
6 );
7 }
8 if (Drupal.jsEnabled) {
9 $(document).ready(Drupal.hostingHelpAttach);
10 }
11
12

  ViewVC Help
Powered by ViewVC 1.1.2