PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
woocommerce-bookings
/
assets
/
js
jQuery(document).ready(function($) { $('.block-picker').on('click', 'a', function(){ var value = $(this).data('value'); var target = $(this).closest('div').find('input'); target.val( value ).change(); $(this).closest('ul').find('a').removeClass('selected'); $(this).addClass('selected'); return false; }); var max_width = 0; var max_height = 0; $('.block-picker a').each(function() { var width = $(this).width(); var height = $(this).height(); if ( width > max_width ) { max_width = width; } if ( height > max_height ) { max_height = height; } }); $('.block-picker a').width( max_width ); $('.block-picker a').height( max_height ); });
[+]
..
[-] time-picker.min.js
[edit]
[-] time-picker.js
[edit]
[-] date-picker.min.js
[edit]
[-] settings.js
[edit]
[-] booking-form.js
[edit]
[-] writepanel.js
[edit]
[-] settings.min.js
[edit]
[-] booking-form.min.js
[edit]
[-] writepanel.min.js
[edit]
[-] month-picker.min.js
[edit]
[-] date-picker.js
[edit]
[-] month-picker.js
[edit]