HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/wpwisesolutions/wp-content/plugins/pofo-addons/pofo-shortcodes/js/section-heading.js
if (function($) {
  // vc pofo section heading js

    vc.atts.pofo_custom_title = {
        init: function( param, $field ) {
            var attr = '';
            $('.responsive-tab-setting', $field).on('click', function() {
                attr = $(this).attr('data-hide-show');
                $('body').find('[data-vc-shortcode-param-name="'+attr+'"]').show();
                 var findClassTypo = $(this).parents().next().attr('class');
                 var classArrayTypo = findClassTypo.split(' ');
                 findClassTypo ='.'+classArrayTypo[0];
                 $(this).prev().removeClass("active");
                 $(this).addClass("active");
                 $(findClassTypo).hide();
            });
            $('.tab-responsive-font', $field).on('click', function() {
                 var selectParam = '';
                 var findClassFont = $(this).parents().next().attr('class');
                 var classArrayFont = findClassFont.split(' ');
                 findClassFont ='.'+classArrayFont[0];
                 $(this).next().removeClass("active");
                 $(this).addClass("active");
                 $(findClassFont).show();
                 selectParam = $(findClassFont).last().next().attr('data-vc-shortcode-param-name');
                 $('body').find('[data-vc-shortcode-param-name="'+selectParam+'"]').hide();
            });
        },
    }

}(window.jQuery), _.isUndefined(window.vc)) var vc = {
  atts: {}
};
(jQuery);