PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
wiloke-listing-tools
/
app
/
MetaBoxes
/
assets
/
js
;(function ($) { 'use strict'; $(document).ready(function () { let $cmb2DaysChecked = $('.cmb2-id-aDaysChecked'); $('#frequency.cmb2_select').on('change', function () { console.log($(this).val()); if ( $(this).val() === 'weekly' ){ $cmb2DaysChecked.fadeIn('slow'); }else{ $cmb2DaysChecked.fadeOut('slow'); } }).trigger('change'); $('#cmb2-metabox-event_settings').on('change', 'input, select, textarea', function () { $('#isFormChanged').val(1); }) }); })(jQuery);
[+]
..
[+]
templates
[-] select2-field.js
[edit]
[-] custom-map.js
[edit]
[-] custom-mapbox.js
[edit]
[-] event.js
[edit]
[-] script.js
[edit]