Sha256: d81d5ce3bd1d73b577599c9ab16808ada41ed1eaa7da095264e44597804198fc
Contents?: true
Size: 412 Bytes
Versions: 2
Compression:
Stored size: 412 Bytes
Contents
jQuery(document).ready(function(){ jQuery('.toggle-infos').each(function(index, html_element){ var element = jQuery(html_element); if (!element.is(':checked')) element.siblings('.infos').hide(); element.change(function(){ element.siblings('.infos').toggle(); }); }); jQuery('#accordion_payments').accordion({ collapsible: true, active: false, autoHeight: false }); });
Version data entries
2 entries across 2 versions & 1 rubygems