Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1, Sun Nov 8 17:36:17 2009 UTC | revision 1.1.2.1, Sun Nov 8 17:36:17 2009 UTC | |
|---|---|---|
| # | Line 0 | Line 1 |
| 1 | Drupal.behaviors.officeHours = function (context) { | |
| 2 | $(".oh-hide").parent().hide(); | |
| 3 | $(".oh-add-more-link").each(function (i) { | |
| 4 | $(this).parent().children("div.office-hours-block").hide(); | |
| 5 | }) | |
| 6 | .click(function () { | |
| 7 | $(this).hide(); | |
| 8 | $(this).parent().children("div.office-hours-block").fadeIn("slow"); | |
| 9 | return false; | |
| 10 | }); | |
| 11 | }; |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |