芝麻web文件管理V1.00
编辑当前文件:/home/seolotod/critterchoice.com/wp-content/themes/rehub-theme/js/expandoffers.js
jQuery(document).ready(function($) { 'use strict'; $(document).on('click', '.expand_all_offers', function() { var $expand = $(this).closest('.widget_merchant_list'); if($expand.hasClass('expandme')){ $expand.removeClass('expandme'); $(this).find('.expandme').html('-'); } else{ $expand.addClass('expandme'); $(this).find('.expandme').html('+'); } }); });