Project

General

Profile

« Previous | Next » 

Revision 14a85a42

Added by Alexander Oppermann about 11 years ago

*added Admin Panel
*added region filter
*js method to select all checkboxes
*adaptable uuid for filter levels
*css fix in zen dataportal theme

View differences:

7.x/modules/cdm_dataportal/cdm_csv_export/js/cdm_csv_export.js
24 24
  jQuery.unblockUI();
25 25
}
26 26

  
27
/**
28
 *  function to select & deselect all
29
 *  checkboxes in one fieldset.
30
 */
31
jQuery(function () {
32
    jQuery("#checkall").click(function () {
33
        jQuery(this).parents("fieldset:eq(0)").find(":checkbox").attr("checked", this.checked);
34
    });
35
});

Also available in: Unified diff