Linux puskom-ProLiant-DL385-Gen10 5.4.0-150-generic #167~18.04.1-Ubuntu SMP Wed May 24 00:51:42 UTC 2023 x86_64
/
home
/
puskom
/
mastur
/
the-post-grid
/
assets
/
js
/
//home/puskom/mastur/the-post-grid/assets/js/tpg-el-editor.js
;(function ($) { // $(window).on('load', function(){ $(document).ready(function () { elementor.hooks.addAction('panel/open_editor/widget', function (panel, model, view) { var bodyWrap = $('body'); bodyWrap.on('click', '.the-post-grid-field-hide', function () { $(this).toggleClass('is-pro'); $(this).find('label', 'input').on('click', function () { console.log($(this)); }) // return false; }); bodyWrap.on('click', '.tpg-pro-field-select select', function () { var options = $(this).find('option').not('[value=default]'); options.attr('disabled', true).css({backgroundColor: '#dfdfdf'}) }); }) }) })(jQuery);