|
|
Drupal example source code file (ca.js)
The ca.js Drupal example source code// $Id: ca.js,v 1.1.2.3 2009/07/21 14:37:19 islandusurper Exp $ /** * @file * Adds some helper JS to the conditional actions forms. */ /** * Add confirmation prompts to remove buttons. */ Drupal.behaviors.caRemoveConfirm = function(context) { $('.ca-remove-confirm:not(.caRemoveConfirm-processed)', context).addClass('caRemoveConfirm-processed').click(function() { return confirm(Drupal.t('Are you sure you want to remove this item?')); }); } Other Drupal examples (source code examples)Here is a short list of links related to this Drupal ca.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.