HEX
Server: LiteSpeed
System: Linux premium221.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
User: madepabj (2566)
PHP: 8.3.26
Disabled: NONE
Upload Files
File: //home/madepabj/hc-cosmetics.com/wp-content/themes/dbea/assets/js/sns-admin-template.js
(function ($) {
    "use strict";
    $(document).ready(function($){
    	$(document).on('change', '.sns_wcan_type, .sns_wcan_attributes', function (e) {
            var t = this,
                container   = $(this).parents('.widget-content').find('.sns_wcan_placeholder').html(''),
                attributes  = $(this).parents('.widget-content').find('.sns-wcan-attribute-list');

            var data = {
                action   : 'sns_wcan_select_type',
                id       : $('input[name=widget_id]', $(t).parents('.widget-content')).val(),
                name     : $('input[name=widget_name]', $(t).parents('.widget-content')).val(),
                attribute: $('.sns_wcan_attributes', $(t).parents('.widget-content')).val(),
                value    : $('.sns_wcan_type', $(t).parents('.widget-content')).val()
            };
            
           $.post(ajaxurl, data, function (response) {
                container.html(response.content);
                $(document).trigger('sns_colorpicker');
            }, 'json');
        });

        //color-picker
        $(document).on('sns_colorpicker',function () {
            $('.sns-colorpicker').each(function () {
                $(this).wpColorPicker();
            });
        }).trigger('sns_colorpicker');
    });
})(jQuery);