| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 $(document).ready(function() { 2 3 // Expand Panel 4 $("#open").click(function(){ 5 $("div#panel").slideDown("slow"); 6 7 }); 8 9 // Collapse Panel 10 $("#close").click(function(){ 11 $("div#panel").slideUp("slow"); 12 }); 13 14 // Switch buttons from "Log In | Register" to "Close Panel" on click 15 $("#toggle a").click(function () { 16 $("#toggle a").toggle(); 17 }); 18 19 });
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |