/
var
/
www
/
barefootlaw.org
/
wp-content
/
plugins
/
ga-google-analytics
/
js
/
Upload File
HOME
/* GA Google Analytics */ jQuery(document).ready(function($) { $('.default-hidden').hide(); $('h2').click(function() { $(this).next().slideToggle(300); }); $('.gap-toggle-all a').click(function(e) { e.preventDefault(); $('.toggle').slideToggle(300); }); $('.gap-toggle').click(function(e) { e.preventDefault(); $('.toggle').slideUp(300); $('#gap-panel-'+ $(this).data('target') +' .toggle').slideDown(300); }); $('.gap-reset-options').click(function() { return confirm(ga_google_analytics.confirm_message); }); $('.gap-select-method:nth-child(1), .gap-select-method:nth-child(3)').click(function() { $('.gap-info-universal').slideDown(300); }); $('.gap-select-method:nth-child(2)').click(function() { $('.gap-info-universal').slideUp(300); }); });