|
|
Drupal example source code file (uc_credit.js)
The uc_credit.js Drupal example source code// $Id: uc_credit.js,v 1.3.4.2 2008/11/07 21:13:23 islandusurper Exp $ if (Drupal.jsEnabled) { $(document).ready( function () { $('#cc_details_title').show(0); $('#cc_details').hide(0); } ); } /** * Toggle credit card details on the order view screen. */ function toggle_card_details() { $('#cc_details').toggle(); $('#cc_details_title').toggle(); } Other Drupal examples (source code examples)Here is a short list of links related to this Drupal uc_credit.js source code file: |
"Drupal" is a registered trademark of Dries Buytaert.
my drupal tutorials and examples
Copyright
1998-2016 Alvin Alexander, alvinalexander.com
All Rights Reserved.
Beginning in 2016, a portion of the proceeds from pages under the '/drupal-code-examples/' URI will be donated to charity.