Customise Booking Page: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 111: Line 111:
Place the following script in the "Insert in HTML <HEAD>" setting.
Place the following script in the "Insert in HTML <HEAD>" setting.


<code>
<pre>
<script>
<script>
$(document).ready(function() {
$(document).ready(function() {
Line 122: Line 122:
});
});
</script>
</script>
</code>
</pre>