/** * Theme Customizer */ jQuery(document).ready(function($) { "use strict"; $('.widgetized_template_sections_modulebg .button').on('click',function(event){ event.stopPropagation(); var choice = $(this).closest('li.hoot-control-sortlistitem').data('choiceid'); $('.hoot-control-id-widgetized_template_sectionbg_' + choice + ' .hoot-flypanel-button').trigger('click'); }); });