golden hour
/home/phakp/public_html/wp/wp-content/themes/luxury-travel/js
⬆️ Go Up
Upload
File/Folder
Size
Actions
bootstrap.js
112.35 KB
Del
OK
custom.js
3 KB
Del
OK
customize-controls.js
616 B
Del
OK
jquery.superfish.js
7.25 KB
Del
OK
Edit: customize-controls.js
( function( api ) { // Extends our custom "luxury-travel" section. api.sectionConstructor['luxury-travel'] = api.Section.extend( { // No events for this type of section. attachEvents: function () {}, // Always make the section active. isContextuallyActive: function () { return true; } } ); (function ($) { $(document).ready(function ($) { $('input[data-input-type]').on('input change', function () { var val = $(this).val(); $(this).prev('.cs-range-value').html(val); $(this).val(val); }); }) })(jQuery); } )( wp.customize );
Save