Merge 2 jQuery scripts
HejHvordan kan jeg merge disse 2 jQuery scripts, så jeg kun behøves at bruge script og setTimeout én gang?
<script>setTimeout(function(){jQuery('input.bookly-custom-field').last().prop('checked',true);})</script>
<script>setTimeout(function(){jQuery('input.bookly-js-user-phone-input').attr('maxlength',8);})</script>