/[drupal]/contributions/modules/ec_mvmg/gozabocheckout.js
ViewVC logotype

Contents of /contributions/modules/ec_mvmg/gozabocheckout.js

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


Revision 1.1 - (show annotations) (download) (as text)
Sat Jun 9 19:08:52 2007 UTC (2 years, 5 months ago) by suydam
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5
File MIME type: text/javascript
Initial commit of Multivendor-Multigateway ecommerce payment method module.  This is still very alpha and proprietary to the site for which it's being developed.  Public release coming ASAP.
1 $(document).ready(function(){
2 $("TR").filter(".details").hide();
3 $("TR").filter(".showing").show();
4
5 // show hide links on the txn summary page for shoppers
6 $("a").filter(".showhide").click( function() {
7 $(this).parents("TR").next().toggle();
8 return false;
9 } );
10 });

  ViewVC Help
Powered by ViewVC 1.1.2